Pick the reference surface that matches what you are calling or configuring. Most apps start with direct service clients inside server-only framework code, then use the CLI for local development, build, and deploy workflows.
Reference Guides
Start with the API surface you need. Framework shape and platform references live below these core reference paths.
Standalone Packages
Install direct service clients in Node.js, Bun, scripts, workers, and server routes
SDK Reference
Look up shared TypeScript helpers, schemas, workflow functions, and Coder APIs
CLI Reference
Terminal commands for building, deploying, and managing projects
REST API Reference
HTTP endpoints for platform services from any language
When to Use What
| I want to... | Use |
|---|---|
| Install service clients in Node.js, Bun, scripts, workers, or server routes | Standalone Packages |
| Inspect shared TypeScript helpers, schemas, workflow functions, or Coder APIs | SDK Reference |
| Add Agentuity to Next.js, React Router, Hono, TanStack Start, or another framework app | Framework Apps |
| Run local dev, package, deploy, or manage projects from the terminal | CLI Reference |
| Call Agentuity services from any language via HTTP | REST API Reference |
| Compare storage, messaging, observability, execution, and Coder services | Service Guides |
Related Reference
Use these pages when you need framework setup, platform background, or GitHub deployment behavior.