Create, update, and remove agent profile definitions.
Permission: READ_WRITE
Header: Authorization: Bearer API_KEY_READ_WRITE
Create a new agent profile.
| Name | Type | Required | Notes |
|---|---|---|---|
| name | string | Yes | Unique agent name. |
| description | string | No | Optional description. |
| configSchema | object | Yes | Serialized agent schema. |
| graphSchema | object | Yes | Graph structure for the agent. |
| messageProviderHandler | object | Yes | { logicId, params? } |
List all agent profiles.
Fetch a single agent profile by name.
| Name | Type | Required | Notes |
|---|---|---|---|
| name | string | Yes | Agent name. |
Update an agent profile. Partial update is supported.
Delete an agent profile.