Prerequisites:
- An Agent created in Cassidy
- An API key (or the ability to create one)
Navigate to your Agent
Go to Agents and select the Agent you want to deploy via API. Click Edit to open the Agent settings.

Open Organization Settings
Click the API Keys link in the instructions, or navigate manually: click your name in the bottom left of the sidebar, then click the settings icon for your organization.

Create an API key
Click + Create API Key, enter a name for the key, and click Save. Click the eye icon to reveal the key, then copy it and save it to a secure location. Click Exit when finished.



API basics
The Cassidy API uses threads and messages to manage conversations:- Create a thread — start a new conversation with the Agent
- Send a message — add a user message to the thread
- Receive a response — the Agent processes the message and returns a reply
Next steps
Agents overview
Learn more about creating and configuring Agents.
Deploy via embed
Embed your Agent on a website without writing code.



