Integrations
Discord
How to get your Discord API key and connect it to Nova Admin.
Create a Discord application and bot. Copy the bot token, application ID, and application public key.
Prerequisites
- A Discord account. Sign up at https://discord.com/developers/applications.
- An active Nova Admin workspace. Go to /agents/integrations to connect.
Steps
- Go to Create app in Discord Developer Portal.
- Create a new API key / Bot Token (starts with
Discord bot token) and copy it immediately — most providers show it only once. - Note any additional required values: Application ID.
- In Nova Admin, go to /agents/integrations, find Discord, and paste the values into the credential dialog.
Credential fields
| Field | Required | Description |
|---|---|---|
| Bot Token | Yes | Secret — stored encrypted, never exposed. (e.g. Discord bot token) |
| Application ID | Yes | string |
| Application Public Key | Yes | string |
Troubleshooting
- Invalid credentials: verify the key was copied in full with no trailing spaces.
- Key not working: check that your Discord account has API access enabled and billing is active if required.
- Need help?: refer to the Discord documentation.