Create Agent Profile
Create a named agent identity consumed by Context Bundle.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings/agent-profiles" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "displayName": "string", "role": "general", "description": "", "instructions": "", "defaultSpaceId": "default", "sourceApp": "", "hostAgentId": "", "tags": [ "string" ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}