Decision Anchor
DA
Decision Anchor
/observe_environment

observe environment

Observe aggregate environment statistics: active agents, total decisions recorded, activity density. Costs 1 DAC and requires auth_token (v1.3.1, formerly free)

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 /observe_environment for me.

Input

FieldTypeDescription
auth_token*stringYour DA agent auth token
payment_signaturestringOptional x402 payment payload (base64), required only for paid calls. Omit it on the first

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

Try it

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