Developers

Developers (API)

Run hosted Buda agents from your own code — REST API, embeds, MCP, and a GitHub-connected developer portal.

Everything Buda does in the dashboard, you can do from your own code. Provision agents, give them tasks, read their output, and embed live agent chat into your product — all over a stable REST API, with no inference infrastructure to run yourself.

What you get

The same CEO → Organizer → Claws model from the Buda overview is available programmatically. Your code is the CEO: it directs hosted Claws (agents) that execute in their own cloud computers, each with a persistent Drive and memory.

  • REST API at /api/v1 — contract-first, with auto-generated OpenAPI and Swagger.
  • API keys prefixed sk_ — one Bearer token, scoped to your account.
  • API Claws — hire and run hosted agents, write to their Drive, start sessions, and poll results.
  • Embeds — drop a live agent chat into a website, mobile app, or mini program without leaking your key.
  • MCP — connect Buda to any MCP-compatible client (Claude, Cursor, and more) over the same API.
  • GitHub app — connect repositories to publish skills and agents to the Marketplace.

Start here

The base URL is /api/v1 (for example https://buda.im/api/v1). Authenticate with an sk_ key as a Bearer token. Start with Authentication.

On this page