AgentProfileLibrary
Selection metadata for the project’s agent profiles. Retrieve an individual profile to read its complete model and tool configuration.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
profiles | Array of AgentProfileMetadata | Optional | Profile identity and selection metadata. Full configurations are retrieved individually with GetAgentProfile. |
defaultProfileId | string | Optional | Project's nominated default profile. Native conversations do not automatically apply it when active_profile_id is empty; the client must explicitly select its intended profile. |
Where used
| Reference | Relationship |
|---|---|
| Get the profile library | POST /api/v1/agent-profiles/library |
Download the public reference contract.
Document: DOC-API-MODEL-agent-profile-library.