Create an agent
POST/v1/projects/:project_id/agents
Create an agent bound to one of the project's providers (provider_id), optionally attaching tools (tool_bindings). See AgentCreate for the runtime config fields.
Request
Responses
- 201
- 400
- 401
- 404
- 502
Agent created.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.