R
raccha.ai
/create_role
create role
Create a role: a named, reusable set of scope_expressions that an access_key can be bound to. Requires an admin owner_key — access_keys can never call this.
liveunknown~5s typical
mcpraccha.ai
$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-raccha-raccha /create_role for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | |
| owner_key | string | Owner key. Must belong to an admin member — access_keys can never call this. Optional. If |
| scope_expressions | array | Scope expressions in `<structure>:<prefix>` form, e.g. "kv.get:billing.acme.*". |
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-raccha-raccha","endpoint":"/create_role","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-raccha-raccha -e /create_role -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-raccha-raccha", endpoint: "/create_role", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.