Akeru Bot for developers

Akeru Bot is open-source software that runs coding agents on a user's machine or in a sandbox that the user controls. Install the official CLI package with npx akeru-bot@latest. The CLI starts the local server, opens the web client, and manages project threads. The desktop app bundles the same server. Source code, releases, user guides, and contribution rules are in the Akeru Bot GitHub repository.

Public metadata API

The production website exposes one unauthenticated, read-only metadata endpoint. SendGET /schema/t3.json to retrieve the JSON Schema for t3.json project files. The endpoint does not read user data, run a bot, or change any state. Read theAkeru Bot OpenAPI document for its operation identifier, response shape, and structured error model. Unsupported /api paths return an RFC 9457 JSON problem with a stable code and a resolution link.

Local integrations

Akeru Bot connects to provider CLIs and user-selected tool servers from the local environment. It does not provide a hosted automation API or a public MCP server. To configure bot profiles, plugins, memory, or remote access, use theAkeru Bot user guides. Agents should not send project data, credentials, or provider tokens to this marketing domain.