> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moxus.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Third-party clients

> Connect common desktop, mobile, browser, and coding clients to Moxus AI with Base URL and API Key.

Moxus AI works with clients that support OpenAI-compatible, Anthropic-compatible, or Gemini-compatible APIs. In most OpenAI-compatible clients, set the Base URL to `https://moxus.ai/v1` and use your Moxus AI API key.

<Info>
  If a client asks for an API domain instead of a Base URL, try `https://moxus.ai`. If model list loading fails, test both with and without `/v1`.
</Info>

<Columns cols={3}>
  <Card title="Desktop clients" icon="monitor">
    ChatBox, ChatGPT Next Web, OpenCat, ChatKit, and similar clients.
  </Card>

  <Card title="Browser extensions" icon="panel-right">
    Sidebar assistants and browser plugins with custom API settings.
  </Card>

  <Card title="Coding tools" icon="terminal-square">
    Cursor and other developer tools that support API overrides.
  </Card>
</Columns>

## Required values

| Field    | Value                 | Notes                                                  |
| -------- | --------------------- | ------------------------------------------------------ |
| Base URL | `https://moxus.ai/v1` | Use `https://moxus.ai` if the client requires a domain |
| API Key  | `sk-your-key`         | Create it in Account and API keys                      |

## Troubleshooting

* If model list loading fails, test the alternative Base URL format.
* If requests fail, check usage logs first. They usually show whether the issue is key, quota, model permission, or request parameters.
* If a client stores keys locally, use a separate key with a quota limit.
