Examples overview
Copy-paste starting points for real integrations. Each example links to SDK, HTTP, and CLI variants where useful.| Example | Description |
|---|---|
| Support agent | Receptor invoke + streaming for a helpdesk bot |
| Backend cron | Scheduled job that fires a receptor and waits |
| SDK recipes | Short patterns — search, read, invoke, stream |
Surfaces in examples
| Surface | When examples use it |
|---|---|
| TypeScript SDK | Default for app code |
| HTTP / curl | Non-TypeScript stacks |
CLI --output json | Scripts and CI |
Before you start
- Authentication
- First SDK call or First API call
- SDK source of truth for agents