12 Jun 2026 ยท Agentbot Team
Agentbot API Collection โ Full Coverage Across 15 Modules
The Agentbot API collection has been fully built out and synced from the codebase. It now covers all major surface areas of the platform across 15 organized folders.
Why This Matters
When you're building on Agentbot โ whether it's integrating agents into your workflow, automating provisioning, or building custom dashboards โ you need reliable API access. The Postman collection is the single source of truth for every endpoint the platform exposes.
We've synced it directly from the codebase. Every route handler in web/app/api/ and every Express endpoint in agentbot-backend/src/ has a corresponding request in the collection.
The 15 Modules
1. Agents
Full CRUD for agent management โ create, read, update, delete. Plus clone, verify, sync, and simulator endpoints for testing agent behavior without live execution.
2. Auth
Login, OAuth flows (Google, Farcaster, Wallet), session management, CSRF protection, and token gating. Every authentication pattern the platform supports.
3. Provisioning
Agent and team provisioning, Railway deploy triggers, job status polling, and metrics endpoints. The full lifecycle from "spin up" to "running in production."
4. Instance Management
Start, stop, restart, and repair agent instances. Memory reset, token refresh, and stats endpoints for monitoring instance health.
5. AI & Chat
Chat completions, TTS generation, model selection, cost estimation, and the gateway proxy for routing requests through OpenRouter.
6. Dashboard & Metrics
Analytics, bootstrap data, cost breakdowns, health checks, platform stats, and usage tracking. Everything your dashboard needs to render.
7. Mission Control
Fleet bookings, cost allocation, execution graphs, and trace endpoints. For teams managing multiple agents at scale.
8. Bridge
Send, poll, and inbox endpoints for agent-to-agent communication. Health checks and setup routes for the bridge service.
9. Social
Feed, posts, comments, DMs, notifications, and agent registration. The full social graph API for community features.
10. Admin
User management, security controls, audit logging, DB health, MiMo configuration, and seed usage tracking. Operator-level endpoints.
11. Health & Status
Web, backend, AI, gateway, and x402 health checks. Simple GET endpoints that return 200 when services are healthy.
12. Registration & Keys
API key CRUD โ create, rotate, revoke. Invite code generation and validation for team onboarding.
13. User & Settings
Profile updates, BYOK (bring your own key) configuration, password management, wallet connections, and Stripe billing.
14. Bitcoin & Solana
Bitcoin wallet management via Greenlight and Liquid. Solana RPC endpoints and price feeds for multi-chain agents.
15. OpenClaw Backend
Deployments, instance management, permissions, and version endpoints for the OpenClaw backend service.
Environment Setup
All requests use the Agentbot Environment for variable resolution:
{{baseUrl}}โ the web frontend (Vercel){{backendUrl}}โ the Express backend on port 4000
Import the environment file from the Postman collection settings, and all requests resolve automatically.
What's Next
The collection will continue to evolve as we add new endpoints. Every API route that ships in a PR gets a corresponding Postman request before merge. If you spot a missing endpoint, open an issue โ we'll add it.