How to Obtain a Personal Access Token (PAT) from Coze for Chative Integration
To connect your Coze bot to Chative, you need to provide two key pieces of information:
- Bot ID: The ID of your bot (instructions for obtaining it are in another guide)
- Personal Access Token (PAT): The authentication token that allows Chative to access your bot via Coze's API.
This guide will walk you through how to obtain the latest PAT from Coze, follow these steps:
1. Log In to Coze
Go to https://www.coze.com
Log in using the account that you created the bot with.
2. Access the Token Management Page
After logging in, navigate to https://www.coze.com/open/api
This is where you manage all your personal tokens for your account.
3. Create a New Token
On the API Management page, follow these steps:
- Click the
Add Token
button - Enter a name for the token, for example:
Chative Integration
- Select the scope as
Open API
- Click
Confirm
5. Copy and enter the Token into Chative
After the token is created, you will see the token displayed in your screen.
Go back to Chative’s interface → Connect Coze Bot section. Paste the token you just copied into the Personal Access Token
field.
Notes
- The token will only be displayed once. If you lose it, you will need to create a new one.
- Ensure that your Coze bot is published as an API service before Chative can make requests to it.
- For more details, check out: Preparing Your Coze Bot for API Integration