O
Obot LLM Gateway (Anthropic-compatible)
Details
- URL
-
https://<your-obot-host>/api/llm-proxy/anthropic - Docs
- https://docs.obot.ai/functionality/llm-gateway/
Authentication
x-api-key: <credential> Create it in the Obot UI via API Keys: open your profile menu, choose API Keys, click Create API Key, then select the needed capabilities such as API access, LLM proxy access, Skill access, and/or specific MCP servers. You can also mint one from the CLI for your current Obot instance with obot login --url https://<your-obot-host> --print-token or for LLM use with obot login --url https://<your-obot-host> --scope llm --print-token; the docs say the CLI uses the same browser-based API key flow and stores the key locally.