API Reference
Programmatic control
Integrate Buildots into your stack with our REST API and TypeScript/Python SDKs. Every dot, every connection — accessible via HTTP.
Base URL
https://api.buildots.xyz/v1
GET
/v1/networksList all agent networks in your workspace.
POST
/v1/networksCreate a new agent network from a graph definition.
GET
/v1/networks/{id}Retrieve network topology, nodes, and edge configuration.
POST
/v1/networks/{id}/runExecute a network with input payload and stream results.
GET
/v1/agentsList registered micro-agent templates.
POST
/v1/agents/spawnSpawn agent instances into a swarm with custom config.
POST
/v1/deployDeploy a network to edge, cloud, or hybrid runtime.
Full OpenAPI spec coming soon. Join early access for API keys.