Create an agent in a FlowAI project
Creates an Agent as a member of a FlowAI Project. Requires editor or owner GBAC role on the project.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
projId
Project _id (UUID) or iid (integer).
Request
request body
name
description
instructions
inputSchema
provider
tools
operators
Response
The created Agent Definition
Errors
500
Internal Server Error