simpla.fydocs

Update agent system prompt (admin only) — saves to Langfuse + LangGraph

PUT
/api/v1/orgs/{orgId}/prompts/{agentId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PUT "https://example.com/api/v1/orgs/{orgId}/prompts/{agentId}" \  -H "Content-Type: application/json" \  -d '{    "prompt": "string"  }'
Empty
Empty
Empty
Empty
Empty