Import Agent Identity
Enroll a versioned Agent identity card. Existing IDs return a conflict unless force is enabled.
Query Parameters
force?boolean
Replace an existing profile with the same canonical ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/settings/agent-profiles/import" \ -H "Content-Type: application/json" \ -d '{ "nowledge_identity_card": 0, "profile": { "id": "string" } }'{ "imported": true, "profile": { "defaultSpaceId": "string", "description": "string", "displayName": "string", "hostAgentId": "string", "id": "string", "instructions": "string", "role": "string", "sourceApp": "string", "tags": [ "string" ] }}Empty
Empty