plith
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

FieldTypeDescription
name*stringUnique policy name per org. Examples: 'no-delete-in-prod', 'budget-cap-50', 'pii-block'.
descriptionstringOptional human-readable summary of what this policy enforces. Returned in guardrail_check
rules*arrayArray of rule objects evaluated against the proposed_action in guardrail_check. Leaf opera
action_typesarrayOptional. Restrict this policy to only evaluate when proposed_action.type matches one of t
prioritynumberOptional. 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.