Enroll a remote Agent Skill Receiver

POST
/v1/skill/remote/target/enroll

Consume one short-lived enrollment code and return a per-target credential exactly once.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/skill/remote/target/enroll" \  -H "Content-Type: application/json" \  -d '{    "enrollment_code": "stringstringstringstringstringst",    "installation_id": "string",    "receiver_version": "string"  }'
{  "scope_id": "string",  "target_id": "string",  "agent_kind": "codex",  "credential": "stringstringstringstringstringst"}