Skip to content

Create or find task prompt

POST
/api/v1/task-prompts
curl --request POST \
--url 'https://example.com/api/v1/task-prompts?projectId=00000000-0000-0000-0000-000000000000' \
--header 'Content-Type: application/json' \
--data '{ "text": "example", "type": "select" }'
projectId
required

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

string
>= 1 characters
Example
00000000-0000-0000-0000-000000000000

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

Media type application/json
object
text
required
string
type
string
Allowed values: select build test run deploy agents.md

Success

Media type application/json
object
_id
required
string
keyId
required
string
type
string
Allowed values: select build test run deploy agents.md
text
string
contentBlobUrl
string
features
Array<object>
object
featureId
required
string
detected
required
boolean
evaluated
required
boolean
featuresExtractedAt
string | null format: date-time
createdAt
required
string | null format: date-time
deletedAt
string | null format: date-time
projectId
required
string
Example
{
"type": "select"
}

Empty text string