Env is a global type generated by telnyx-edge types from your telnyx.toml — it
includes SUPPORT: ActorNamespace<SupportAgent> and any other bindings you declare.
Run telnyx-edge types before tsc or ship to keep it in sync.
telnyx.toml:
Deploy
Generate binding types, then ship:https://<name>-<id>.telnyxcompute.com — see
edge compute configuration for the full reference.
Next steps
- Calling LLMs — wire in a real model, with or without a framework
- Message History — the
this.messagesAPI and framework adapters - Scheduled Tasks —
queue,schedule,every, and retries - Durable State —
setState,getState, and typed state - Roll Your Own Agent / LangGraph Agent — two complete examples