Skip to main content

AgentProfileMetadata

Profile identity and selection hints for a picker or router. This projection excludes the system prompt, generation settings, tools and MCP configuration; retrieve AgentProfile to inspect the runtime configuration. These hints do not establish that routing is active.

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
profileIdstringOptionalIdentifier of the agent profile associated with the operation or generation.
namestringOptionalDisplay name used when presenting an agent profile in the library.
descriptionstringOptionalHuman-readable description of the resource.
whenToUsestringOptionalInstructions describing when this agent profile should be selected.
keywordsArray of stringOptionalKeywords associated with discovery or selection of the agent profile.
enabledbooleanOptionalWhether this configuration is enabled.

Where used​

ReferenceRelationship
Get the profile libraryPOST /api/v1/agent-profiles/library
AgentProfileLibraryNested in model

Download the public reference contract.

Document: DOC-API-MODEL-agent-profile-metadata.