API Keys

API keys allow you to access NBot's content programmatically. This feature is available on the Pro plan.

Generating an API Key

  1. Go to Settings from the profile menu
  2. Navigate to the API Keys section
  3. Click Generate New Key
  4. Give your key a descriptive name (e.g., "Production App", "Development")
  5. Copy the generated key immediately - it won't be shown again

Managing API Keys

In the API Keys section of Settings, you can:

  • View all your active API keys and their creation dates
  • Revoke keys that are no longer needed
  • Generate new keys as needed

Best Practices

  • Never share your API key in public repositories or client-side code
  • Use different keys for different applications or environments
  • Revoke unused keys to minimize security risk
  • Rotate keys periodically as a security best practice

Using Your API Key

Include your API key in the Authorization header of API requests:

Authorization: Bearer your-api-key-here

MCP Integration

MCP (Model Context Protocol) integration is coming soon. This will allow you to connect NBot as a data source for AI assistants and agents, enabling them to query your curated content directly.

Stay tuned for updates.