Integrate any API (secrets + agent)
Mythex does not ship a connector catalog. You integrate external APIs the same way a developer would: store keys as secrets, ask the agent to call the API from your app.Steps
- Open the provider’s docs and create an API key
- Add it under project settings → Secrets (or wait for a secrets request card)
- Prompt, for example:
- Confirm Preview, then publish if needed
Tips
- Prefer server-side routes for secret keys
- Name env vars clearly (
RESEND_API_KEY, notKEY) - After changing secrets on a live app, publish again