Skip to main content
The simplest agent receives a message, queues a background task to process it, then schedules a follow-up.
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:
Your function is live at https://<name>-<id>.telnyxcompute.com — see edge compute configuration for the full reference.

Next steps