Skip to main content
POST
Create an agentic workflow

Authorizations

Authorization
string
header
required

JWT tokens should be used with OIDC account (human to machine). JWT tokens used by the Qovery console to communicate with the API have a TTL. Curl Example ' curl https://console.qovery.com/organization -H "Authorization: Bearer $qovery_token" '

Path Parameters

environmentId
string<uuid>
required

Environment ID

Body

application/json
name
string
required

name is case insensitive

description
string
default:""
webhook_ip_allowlist
string[]

CIDR ranges the incoming webhook request's source IP is checked against

docker_fragment
string
default:""
enabled
boolean
default:true
mcp
string
default:""

Raw JSON blob describing the MCP servers configured for this workflow

outputs
object[]
model
object
project_repositories
object[]
agent_prompt
string
default:""
governance
object

Response

Create agentic workflow

id
string<uuid>
required
created_at
string<date-time>
required
read-only
name
string
required

name is case insensitive

description
string
required
webhook_ip_allowlist
string[]
required

CIDR ranges the incoming webhook request's source IP is checked against

docker_fragment
string
required
enabled
boolean
required
mcp
string
required

Raw JSON blob describing the MCP servers configured for this workflow

outputs
object[]
required
model
object
required
project_repositories
object[]
required
agent_prompt
string
required
governance
object
required
webhook
object
required
updated_at
string<date-time>
read-only