telnyx.toml.
Two Exports
One module exports the actor class and afetch handler — an ordinary
Edge Compute function that calls the actor through a binding on env. The deploy
pipeline routes each export to the right runtime.
The Binding
env.ACCOUNT is declared in telnyx.toml as an [[actors]] entry — binding is the
property on env, type is the class to instantiate per name:
telnyx.toml actor block.
The Quick Start builds and deploys
exactly this shape — the Account actor plus its fetch handler — end to end.
Next Steps
- Shared actors — reach one actor type from multiple functions
- Addressing — naming and routing instances
- Runtime API — the binding surface