> ## Documentation Index
> Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

> How to authenticate with the Convocore API.

## Authorization

* We use Bearer token to authorize any request for agents (except for public interact, analytics endpoints), workspaces, Kb, conversations, analytics, etc
* You can use either the <strong>agent secret</strong> key or the <strong>workspace secret</strong>, both are present in your dashboard.

<Frame caption="To get a Workspace Secret: Convocore Dashboard > Top left > Select workspace you want > Copy Workspace secret">
  <img src="https://i.ibb.co/XjVNjdV/Untitled.jpg" />
</Frame>

<Frame caption="To get the Agent secret: Convocore Dashboard > Agent > Settings > Scroll down">
  <img src="https://i.ibb.co/vY8CbgL/Capture.png" />
</Frame>
