Inkeep Chat APIAuthentication

Manage API Authentication

Copy page

Authentication modes for Manage API

The Manage API (agents-manage-api) has two authentication modes:

Secured Mode

When INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET is set:

  • Include the secret as a Bearer token in requests
  • Reccomended for production environments

Open Mode

When INKEEP_AGENTS_MANAGE_API_BYPASS_SECRET is not set:

  • No authentication required
  • Useful for local development