Portable runtime for production agents

Deploy agents like apps. Run them anywhere.

sypho is a runtime and control plane for production AI agents — built for teams shipping agentic workloads across local, cloud, customer-controlled, hybrid, and managed environments.

Control Planedeployments · policies · traces
Schedulerqueue · leases · routing
Runner Poolslocal · cloud · customer · managed
Agent Containerstools · skills · knowledge · models
Local
Private cloud
Customer cloud
On-prem
Managed
agent deployment
$ sypho package
 manifest validated
 tools discovered
 skills attached

$ sypho deploy support-agent \
  --runner customer-eu

live support-agent@0.4.2
route customer/eu/* → runner-pool/eu

Production agents need more than prompts.

Agents call tools, operate systems, access private data, run code, manage files, and interact with real users. Once agents touch real systems, they need the same discipline as production software: packaging, deployment, isolation, observability, policy, and controlled execution.

They call toolsEvery tool call needs structure, validation, permissions, and traceability.
They run across environmentsSome workloads need to execute close to private data, customer systems, or regulated infrastructure.
They create side effectsRefunds, tickets, code changes, database updates, and workflow triggers need runtime control.
They are hard to debugTeams need run timelines, logs, tool traces, failures, retries, and replay.
Architecture

Control plane above. Runners everywhere.

sypho separates control from execution. Manage deployments, runs, policies, skills, knowledge, and observability centrally — while runners execute agents wherever the workload needs to live.

Developer
sypho CLI / SDK
Control Plane
Runner Pool
Agent Runtime
Tools / Models
Developer workflow

From local agent to production runtime.

Move from development to controlled deployment without rebuilding your agent stack.

command line
$ sypho init
 initialized agent project

$ sypho package
 manifest validated

$ sypho deploy --runner customer-eu
live support-agent@0.4.2

$ sypho run support-agent
started run-abc123

$ sypho logs --trace latest
showing full execution trace

$ sypho promote
promoted to production
agent manifest
agent: support-agent
version: 0.4.2
runtime: python

skills:
  - refund-policy
  - escalation-playbook

knowledge:
  - support-docs
  - customer-graph

environment:
  runner: customer-cloud
  policy: production

Build agents that can actually run in production.

Join the sypho waitlist and help shape the runtime layer for agentic software.

Join waitlist