Runbear developer resources — API, OpenAPI spec, and MCP server | Runbear

Runbear REST API

Base URL https://api.runbear.io/v1. Authenticate with an organization API key as Authorization: Bearer <key>. Each key carries a scope: the capabilities it holds (chat, manageAgents, manageApiKeys) and an optional allowlist of agents it may touch. The specification publishes the permission every operation requires, so an integration can request only the access it needs.

Runbear MCP server

Streamable HTTP endpoint at https://api.runbear.io/mcp. Add it to an MCP client with claude mcp add --transport http runbear https://api.runbear.io/mcp, or fetch runbear.io/mcp with Accept: application/json to get the same configuration as a pasteable mcpServers object.

Agent-readable files

Any page on runbear.io also answers with markdown instead of HTML when the request advertises Accept: text/markdown.