RI
RegLayer Instant Decision Briefs
/get_instant_brief_result
Get structured Instant Brief
Read the structured result after status reaches ready. If still researching, close the call and retry after 20 seconds.
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_result 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_result","input":{"order_id":"...","access_token":"..."}}'cli
npx cracked-ai run -p mcp-ai-reglayer-instant-decision-briefs -e /get_instant_brief_result -i '{"order_id":"...","access_token":"..."}'mcp
run_tool({ provider: "mcp-ai-reglayer-instant-decision-briefs", endpoint: "/get_instant_brief_result", input: {"order_id":"...","access_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.