RegLayer Instant Decision Briefs
RI
RegLayer Instant Decision Briefs
/prepare_instant_brief_request

Prepare a RegLayer brief purchase

Validate the scope and return the REST purchase shape. Payment occurs through HTTP 402 on the REST endpoint.

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_instant_brief_request for me.

Input

FieldTypeDescription
product*stringThe RegLayer Instant Brief product code.
jurisdictions*arrayThe distinct regulatory geographies the Decision Brief should cover.

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_instant_brief_request","input":{"product":"...","jurisdictions":[]}}'
cli
npx cracked-ai run -p mcp-ai-reglayer-instant-decision-briefs -e /prepare_instant_brief_request -i '{"product":"...","jurisdictions":[]}'
mcp
run_tool({ provider: "mcp-ai-reglayer-instant-decision-briefs", endpoint: "/prepare_instant_brief_request", input: {"product":"...","jurisdictions":[]} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.