buildots.xyz
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/networks

List all agent networks in your workspace.

POST/v1/networks

Create a new agent network from a graph definition.

GET/v1/networks/{id}

Retrieve network topology, nodes, and edge configuration.

POST/v1/networks/{id}/run

Execute a network with input payload and stream results.

GET/v1/agents

List registered micro-agent templates.

POST/v1/agents/spawn

Spawn agent instances into a swarm with custom config.

POST/v1/deploy

Deploy a network to edge, cloud, or hybrid runtime.

Full OpenAPI spec coming soon. Join early access for API keys.