Zymbly
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 agent
POST/v1/workflows/runExecute a workflow graph
GET/v1/memory/{id}Query the Memory Swarm
GET/v1/usageRetrieve token-spend metrics

Guides

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.