API tokens are personal access tokens that enable programmatic access to Kudzu Canopy NOC through its REST API and MCP endpoint. Each token is scoped to your user account and carries your permissions.

Include the token in the Authorization header when calling the REST API or connecting to the MCP endpoint:
Authorization: Bearer <your-token>
The token inherits your account permissions. Any action you can perform in the web interface is available through the API with a valid token.
Open the API Tokens page from the profile menu to view, revoke, or create tokens. Revoking a token invalidates it immediately and any integrations using it stop authenticating.