O

Obot LLM Gateway (OpenAI-compatible)

REST discovered

Details
URL
https://<your-obot-host>/api/llm-proxy/openai
Docs
https://docs.obot.ai/functionality/llm-gateway/
Authentication
Obot API key bearer discovered Get token ↗
Authorization: Bearer <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.