telnyx-edge ship, your function is automatically assigned a public URL that makes it accessible from the internet.
Public URL Patterns
Every deployed function receives a unique public URL based on your function name and organization:.dev subdomain:
URL Components
| Component | Description |
|---|---|
funcName | The function name specified in your func.toml |
orgId | Your Telnyx organization identifier |
Example
If your function is namedhello-world and your organization ID is abc123, your production URL would be:
Accessing Your Functions
Once deployed, your function can handle HTTP requests at its public URL:telnyx-edge ship command displays your function’s live URL after successful deployment:
Custom Domains
Coming soon — Custom domain support is planned for a future release. This will allow you to map your own domains (e.g.,
api.yourdomain.com) to your Edge Compute functions.Region Placement
Coming soon — Region placement and pinning support is planned for a future release. This will allow you to specify geographic regions where your functions should run for latency optimization or data residency requirements.