Skip to main content
POST
/
api
/
agent
/
tasks
Api Agent Task Create
curl --request POST \
  --url http://localhost:8080/api/agent/tasks \
  --header 'Content-Type: application/json' \
  --data '
{
  "kind": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
kind
string
required
environment
string | null
instructions
string
default:""
source_id
string | null

Response

Successful Response