RI
RegLayer Instant Decision Briefs
/prepare_check_request
Prepare a Check purchase
Return the paid REST request shape for screening one or two supplied materials. The agent price is $0.99.
liveverifiedunknown~5s typical
mcpprobedreglayerinstantdecision
$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-reglayer-instant-decision-briefs /prepare_check_request for me.
Input
| Field | Type | Description |
|---|---|---|
| material_count* | integer | |
| total_characters* | integer | Combined readable-text character count after extracting the supplied materials. |
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-reglayer-instant-decision-briefs","endpoint":"/prepare_check_request","input":{"material_count":1,"total_characters":1}}'cli
npx cracked-ai run -p mcp-ai-reglayer-instant-decision-briefs -e /prepare_check_request -i '{"material_count":1,"total_characters":1}'mcp
run_tool({ provider: "mcp-ai-reglayer-instant-decision-briefs", endpoint: "/prepare_check_request", input: {"material_count":1,"total_characters":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.