The Agent SDK at a Glance
- Agent Runtime simplifies connections, state persistence, and other infrastructure.
- Harness Core decides what to do each turn—the standard loop in every agent framework.
- Adapters connect the agent to Telnyx AI, tools, and communications suites.
- Client SDK speaks the same protocol as the server agent.
Three Ways to Consume the Server Stack
Choose how much of the stack you want to take on. Start from the primitives, runtime, or harness; the layers below remain available.Layer
Way 1Build from PrimitivesMaximum Control
Way 2Start from RuntimeBring Your Harness
Way 3Start from HarnessFastest Start
Your Code
You Own
You Own
You Own
Agent Harness
You Own
You Own
Telnyx Owns
Agent Runtime
You Own
Telnyx Owns
Telnyx Owns
Shared FoundationEdge Compute + StorageEvery Way
Where to Go Next
- Quickstart — build a working agent in one file
- How Agents Run — understand the actor execution model
- Calling LLMs — compare harness wiring patterns
- API reference — inspect every runtime method and override hook