Get the profile library
POST/api/v1/agent-profiles/library
Returns the project's profile-selection library for building a picker. Its selection metadata omits runtime configuration; use get to inspect or edit a full profile. This discovery projection neither proves that an autonomous router is active nor guarantees a measured cost or latency improvement.
For a native conversation, pass the chosen profile ID through activeProfileId
on thread creation or setActiveProfileId when sending a message; Travila loads its
configuration. The returned defaultProfileId is not applied automatically when
activeProfileId is empty. Your client must explicitly select its intended profile.
Request
Responses
- 200
Selection metadata for the project
Document ID: DOC-MA-profiles-prompts-api-getAgentProfileLibrary. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-profiles-prompts-api-getAgentProfileLibrary#overview |
| Request | DOC-MA-profiles-prompts-api-getAgentProfileLibrary#request |
| Responses | DOC-MA-profiles-prompts-api-getAgentProfileLibrary#responses |