All requests to the OTP Edge API must include a valid Secret Key in theDocumentation Index
Fetch the complete documentation index at: https://docs.otpedge.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header. We use standard Bearer Token authentication to ensure every dispatch is authorized and attributed to your workspace.
Header Format
Include your key in the header as follows:Security Best Practices
The “Show Once” Model
OTP Edge implements a hardened security posture for API keys.Environment Isolation
We recommend using different keys for development and production environments.- Use Test Keys (
sk_test_...) to simulate OTP dispatches without hitting the Meta Cloud API or consuming your monthly quota. - Use Live Keys (
sk_live_...) only in your production backend environment.