Skip to main content
All CollectionsAssistants
Deploying assistants via API
Deploying assistants via API

Integrate Cassidy assistants into your application

Jake Rosenthal avatar
Written by Jake Rosenthal
Updated over a week ago

How to deploy assistants via API

To seamlessly integrate Cassidy assistants into your application via API, follow these step-by-step instructions:

  1. Navigate to the Assistants page: Click on the "Assistants" tab in the left sidebar to access your list of assistants.

  2. Select the assistant: Choose the assistant you want to deploy via API by clicking on its card or opening the ellipses (more options) menu and selecting "Edit."

  3. Access the External Deployments tab: In the assistant's settings, navigate to the "External Deployments" tab, then click on "Deploy via API" in the sidebar.

  4. Create an API key:

    1. Click on the "API Keys" link in the instructions. Alternatively, you can navigate to API Keys by opening Organization Settings:

      1. Click on your name in the bottom left of the sidebar.

      2. Click the settings icon for your organization.

    2. In the Organization Settings window, navigate to the API Keys tab.

    3. Click "+ Create API Key".

    4. Enter an API Key Name and click Save.

    5. Click the eye icon to reveal the API key (you will not be able to see it again).

    6. Click copy and save the API key to a secure location.

    7. Once finished, click Exit.

    8. Note: You can delete the API key by clicking the ellipses and selecting Delete.

  5. Return to the Deploy via API tab: Go back to your assistant's settings and the Deploy via API tab. Follow the sample code provided for creating threads and messages.

  6. Refer to the API documentation: For detailed information on available endpoints and request formats, refer to the Cassidy API documentation here.

Did this answer your question?