Resolve an exact external Skill fingerprint

POST
/v1/external-skills/resolve

Resolve only the registered local package version requested by the caller; never install or fall back.

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

application/json

curl -X POST "https://example.com/v1/external-skills/resolve" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string",    "external_skill_id": "string",    "fingerprint": "string"  }'
{  "registration": {    "external_skill_id": "string",    "provider": "codex",    "agent_kind": "codex",    "host_id": "string",    "installation_scope": "user",    "locator": "string",    "fingerprint": "string",    "name": "string",    "description": "string"  },  "status": "available",  "entrypoint": "string"}