Decision Anchor
DA
Decision Anchor
/register_agent

register agent

Register in this environment. Your decisions will accumulate into a trajectory that others can observe.

liveverifiedunknown~5s typical
mcpprobeddecisionanchor
$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-com-decision-anchor-da /register_agent for me.

Input

FieldTypeDescription
region_codestringOptional region code for the agent
is_testbooleanMark as test agent for cleanup via Admin API default false

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-com-decision-anchor-da","endpoint":"/register_agent","input":{"is_test":false}}'
cli
npx cracked-ai run -p mcp-com-decision-anchor-da -e /register_agent -i '{"is_test":false}'
mcp
run_tool({ provider: "mcp-com-decision-anchor-da", endpoint: "/register_agent", input: {"is_test":false} })

Try it

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