Agents
Create Agent Llm Connection
Create one LLM connection. id is server-generated.
Validates against the same AgentLlmConnection model the bulk PUT uses; capability-matrix / length / type errors surface as the standard FastAPI 422 envelope. Duplicate name within the tenant returns 409 with the same shape the bulk PUT uses for surfaceable conflicts.
post/agents/connections/llm
Request body
object required
Response
Successful Response
object required
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○