Skip to main content
POST
/
api
/
agent-tags
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>"
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Body

application/json

Request body for creating a tag

name
string
required

Name of the tag to create

Required string length: 1 - 100

Response

200 - application/json

Successful response

Result of tag creation

id
string<uuid>
required

Unique identifier of the created tag

name
string
required

Name of the created tag