Developer Center
Ship an agent in 3 lines
A developer-first platform with clean APIs, typed SDKs, and copy-paste examples to get your swarm running fast.
Quickstart
Install the SDK, drop in your API key, and deploy your first agent. Zymbly handles orchestration, memory, and routing for you.
$ pip install zymbly
API keys are issued to whitelisted accounts. Request access.
from zymbly import Zymbly
z = Zymbly(api_key="zb_live_...")
agent = z.agents.deploy(name="analyst", model="zymbly/orchestrator-2")API reference
A focused set of REST endpoints. Predictable, versioned, and JSON-native.
POST
/v1/agentsDeploy a new agentPOST
/v1/workflows/runExecute a workflow graphGET
/v1/memory/{id}Query the Memory SwarmGET
/v1/usageRetrieve token-spend metricsGuides
Step-by-step tutorials for building your first multi-agent workflow.
SDK reference
Typed SDKs for Python, C#, TypeScript, and Go with full coverage.
Authentication
API keys, scopes, and OAuth for secure server-to-server access.