cURL
curl --request POST \ --url https://api.agentpowers.ai/v1/installations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_slug": "<string>", "hostname": "<string>", "platform": "<string>", "source": "agentpowers" } '
{ "id": "<string>", "source_slug": "<string>", "hostname": "<string>", "platform": "<string>", "source": "<string>", "message": "Installation recorded" }
Record a skill installation for abuse tracking.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
1 - 255
^(code|cowork|web|cli|mcp)$
^(agentpowers|clawhub)$
Successful Response
Was this page helpful?