Integrations
Modal
How to get your Modal API key and connect it to Nova Admin.
Go to modal.com/settings → API Tokens → Create new token. You need both Token ID (ak-...) and Token Secret (as-...).
Prerequisites
- A Modal account. Sign up at https://modal.com/settings.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to Get API tokens — Modal Settings.
- Create a new API key / Token ID (starts with
ak-…) and copy it immediately — most providers show it only once. - Note any additional required values: Environment (e.g.
main). - In Nova Admin, go to /agents/integrations, find Modal, and paste the values into the credential dialog.
Credential fields
| Field | Required | Description |
|---|---|---|
| Token ID | Yes | Secret — stored encrypted, never exposed. (e.g. ak-...) |
| Token Secret | Yes | Secret — stored encrypted, never exposed. (e.g. as-...) |
| Environment | No | string (e.g. main) |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your Modal account has API access enabled and billing is active if required.
- Need help?: refer to the Modal documentation.