Environment variables
Set these in your server environment or.env file:
MYNTH_API_KEY authenticates API requests. MYNTH_WEBHOOK_SECRET is used to verify incoming webhook payloads.
API base URL
Production API base URL:Local webhook testing
During development you can expose a local endpoint and receive callbacks:- Start your local server with a
/webhooks/mynthroute. - Use a tunneling service to get a public URL.
- Add that URL as a custom webhook when you create a task.