SDK Reference

TypeScript SDK surfaces for standalone clients, framework code, and app workflows

Use this reference when you need the API shape for current TypeScript packages. Most apps use standalone clients in framework or server code. Hono apps can also use @agentuity/hono to receive service clients on c.var.

Choose an SDK Surface

If your code is...Start withUse it for
A framework route, server function, worker, or scriptStandalone PackagesImporting KeyValueClient, QueueClient, SandboxClient, and other service clients directly
A Hono appFrameworksKeeping framework routing while reading Agentuity clients from Hono context
Service-specific app logicService GuidesChoosing KV, vector, queues, email, schedules, tasks, sandbox, auth, or Coder by job
Shared validation or structured model outputSchema ValidationValidating route inputs and function/tool inputs
Cross-language or non-TypeScript codeREST APICalling Agentuity services over HTTP

If you are moving an older app forward, start with Migration before using this reference for current code.