telnyx.toml manifest (the same file your [[secrets]] and [telnyx] bindings live in). The actor declaration is a [[actors]] array:
Constraints, enforced at ship time:
binding and type must be identifiers and must
not contain __; type is capped at 32 characters; binding names must be unique
across all bindings in the file, and SECRETS is reserved as a binding name when the
file has a [[secrets]] block. Multiple [[actors]] blocks are allowed — including
two bindings pointing at the same type.
Related
- Actor Namespace — the
env.<binding>this declares - Project Structure — the two-export project shape