obot.ai
Obot is an open-source platform for hosting, managing, securing, and discovering Model Context Protocol (MCP) servers, skills, and AI-agent integrations. It can be self-hosted and provides gateway, registry, policy, and audit capabilities for organizations using MCP.
Obot exposes an MCP Registry API, tenant-hosted MCP connect endpoints, OpenAI- and Anthropic-compatible LLM gateway HTTP APIs, and an `obot` CLI; the documented developer credential is an Obot API key used across these surfaces.
- Obot MCP connect endpointsdiscovered
- Obot MCP Registry APIdiscovered
- Obot LLM Gateway (OpenAI-compatible)discovered
- Obot LLM Gateway (Anthropic-compatible)discovered
- Obot CLIdiscovered
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.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://obot.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing