Authentication
Headers
Send both on every authenticated /v1 request:
X-Tecron-Key— your key id (tk_live_…ortk_test_…)X-Tecron-Secret— the secret shown once at create/rotate (ts_…)
You may also use Authorization: Bearer keyId:secret. Never use X-Api-Key.
No browser / no CORS
API keys must not run in a browser. Requests that carry an Origin header receive 403 browser_origin_forbidden. Call Tecron from your server.
Test vs live keys
| Environment | Behaviour |
test | Accepts sends into the pipeline without live Graph (simulator / gated paths as documented on each operation) |
live | Requires PUBLIC_API_LIVE_SEND and a connected channel; real WhatsApp delivery |