Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.heydenada.com/llms.txt

Use this file to discover all available pages before exploring further.

API tokens allow you to access Denada programmatically, enabling integrations with your own tools and workflows.

Generating a token

  1. Go to Settings in the Denada app
  2. Navigate to the API tokens section
  3. Click Generate token
  4. Copy and securely store the token — it will only be shown once
Treat API tokens like passwords. Never share them publicly or commit them to source control. If a token is compromised, revoke it immediately and generate a new one.

Using your token

Include the token in the Authorization header of your API requests:
Authorization: Bearer your-token-here

Revoking a token

To revoke a token, return to the API tokens section in settings and delete the token you want to revoke. Any requests using that token will immediately stop working.

Need help?

If you have questions about API access, reach out to support@heydenada.com or ask in our Community Slack.