Skip to main content

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

  1. Open the provider’s docs and create an API key
  2. Add it under project settings → Secrets (or wait for a secrets request card)
  3. Prompt, for example:
  1. Confirm Preview, then publish if needed

Tips

  • Prefer server-side routes for secret keys
  • Name env vars clearly (RESEND_API_KEY, not KEY)
  • After changing secrets on a live app, publish again