cURL
curl -X POST "https://app.cotool.ai/api/agent-tags" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name":null}'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" }
Create a new tag in the organization.
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Bearer your_api_key_here
Request body for creating a tag
Name of the tag to create
1 - 100
Successful response
Result of tag creation
Unique identifier of the created tag
Name of the created tag
Was this page helpful?