Skip to main content
POST
/
api
/
v1
/
prompts
/
{id}
/
assign
/
{agent_id}
Assign prompt to agent
curl --request POST \
  --url https://api.example.com/api/v1/prompts/{id}/assign/{agent_id}
{}

Headers

x-workspace-id
string | null

Path Parameters

id
string
required
agent_id
string
required

Response

Successful Response

{key}
string
Last modified on March 22, 2026