RI
RegLayer Instant Decision Briefs
/get_instant_brief_pdf
Get Instant Brief PDF URL
Return the authenticated PDF endpoint after status reaches ready. Use the same bearer token when downloading it.
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 /get_instant_brief_pdf for me.
Input
| Field | Type | Description |
|---|---|---|
| order_id* | string | The order_id returned by the paid Instant Brief purchase request. |
| access_token* | string | The private RegLayer access token returned with the order. Send it only to RegLayer and ne |
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":"/get_instant_brief_pdf","input":{"order_id":"...","access_token":"..."}}'cli
npx cracked-ai run -p mcp-ai-reglayer-instant-decision-briefs -e /get_instant_brief_pdf -i '{"order_id":"...","access_token":"..."}'mcp
run_tool({ provider: "mcp-ai-reglayer-instant-decision-briefs", endpoint: "/get_instant_brief_pdf", input: {"order_id":"...","access_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.