P
plith
/guardrail_create_policy
guardrail create policy
Create a persistent governance policy that guardrail_check evaluates on every subsequent call. Define rules using and/or/not operators over action types, resour
liveverifiedunknown~5s typical
mcpprobedplith
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-plith-plith /guardrail_create_policy for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Unique policy name per org. Examples: 'no-delete-in-prod', 'budget-cap-50', 'pii-block'. |
| description | string | Optional human-readable summary of what this policy enforces. Returned in guardrail_check |
| rules* | array | Array of rule objects evaluated against the proposed_action in guardrail_check. Leaf opera |
| action_types | array | Optional. Restrict this policy to only evaluate when proposed_action.type matches one of t |
| priority | number | Optional. Evaluation order. Default: 0. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-plith-plith","endpoint":"/guardrail_create_policy","input":{"name":"...","rules":[]}}'cli
npx cracked-ai run -p mcp-ai-plith-plith -e /guardrail_create_policy -i '{"name":"...","rules":[]}'mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/guardrail_create_policy", input: {"name":"...","rules":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.