Create Guidance Rule
Create an AI Context rule for the Context Bundle control plane.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings/rules" \ -H "Content-Type: application/json" \ -d '{}'{
"id": "string",
"title": "string",
"body": "string",
"scope": "global",
"status": "draft",
"agentProfileId": "",
"spaceId": "default",
"priority": 50,
"source": "manual",
"tags": [
"string"
],
"evidenceMemoryIds": [
"string"
],
"confidence": 0,
"rationale": "",
"supportCount": 0,
"createdAt": "",
"updatedAt": ""
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}