Scan configured external Skill roots

POST
/v1/external-skills/scan

Replace the current host-local Registry projection without copying or rewriting package content.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/external-skills/scan" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string"  }'
{  "registrations": [    {      "external_skill_id": "string",      "provider": "codex",      "agent_kind": "codex",      "host_id": "string",      "installation_scope": "user",      "locator": "string",      "fingerprint": "string",      "name": "string",      "description": "string"    }  ],  "skipped": 0}