Skip to main content
GET
/
v1
/
deployments
/
{deploymentId}
/
agent-skills
Get agent skills
curl --request GET \
  --url https://{tenant}.cubecloud.dev/api/v1/deployments/{deploymentId}/agent-skills \
  --header 'Authorization: <api-key>'
{
  "skills": [
    {
      "description": "<string>",
      "name": "<string>",
      "title": "<string>",
      "input": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Path Parameters

deploymentId
number
required

Query Parameters

space
string | null
branchName
string | null

Response

200 - application/json
skills
object[]
required