Access
Developer access
Stable product access for entities, evidence, decision inputs, domain packages, and subscribed updates.
CrowdAlpha AgentLayer
AgentLayer gives authorized enterprise agents, non-enterprise builders, automations, managed fleets, and customer-owned software governed API, MCP, A2A, and SDK access to structured context packets: current state, evidence, blockers, uncertainty, provenance, decision inputs, and next-action posture.
Access
Stable product access for entities, evidence, decision inputs, domain packages, and subscribed updates.
Agents
Structured tools such as world_get_agent_context for software that needs grounded state, evidence, blockers, and next-action posture instead of brittle page reads.
Builders
Eligible access paths for approved enterprise and non-enterprise builders creating agents, workflows, notebooks, and local automation.
Enterprise
Package access, updates, discovery findings, and decision inputs for customer systems and managed agent fleets that need to react when external conditions change.
Why agents need it
Agents are only as useful as the evidence-linked state they can trust. AgentLayer lets them answer known questions and identify blockers before acting from governed product access.
REST
stable /api/v1 contracts
MCP + A2A
read-first agent interfaces
Discovery
blockers + evidence refs
Controls
scopes, redaction, audit
What agents can do
authorized discovery agent
Scan approved Planetary Model and customer-private context for stale assumptions, missing evidence, hidden exposure, operational friction, and action blockers before they become losses.
approved builder or operator
Use approved access and evidence-backed context packets so the agent can cite returned CrowdAlpha state before calling tools, updating workflows, or briefing a team.
routing or underwriting agent
Search the corridor, request the grounded context packet, inspect contradictions and evidence, then preserve the decision meaning downstream.
insurance or compliance agent
Query the relevant entity, retrieve history and evidence, then return a review-ready package to a human operator.
critical-context agent
Start from a record, inspect the returned driver context, and cite the evidence instead of inventing a free-form explanation.
workflow automation
Read entitled updates and request evidence before acting on sensitive movement.
scenario-planning agent
Run approved scenario analysis, label the result clearly, and keep it separate from observed records.
AgentLayer Protocol
The protocol is the governed contract inside AgentLayer: approved clients read Planetary Model records, evidence bundles, decision inputs, and subscribed updates without writing directly into state.
Versioned JSON contracts for records, evidence, decision inputs, and updates.
Agent tool and agent-to-agent interfaces over the same read-first contracts.
TypeScript and Python helpers that preserve envelopes, uncertainty, and evidence refs.
Scopes, entitlements, redaction, and audit receipts stay part of the response.
Honest scope today
We do not want potential customers reading more capability into the platform than is actually wired. Below is the honest read on what an external agent following our beta runbook can prove today, and what is still being built.
Verifiable today
AGENT_SCOPE_DENIED; inactive entitlement manifest → 403 AGENT_ENTITLEMENT_DENIED; cross-tenant manifest → 403 AGENT_ENTITLEMENT_TENANT_MISMATCH; happy path → 200 + governed envelope. decision_input_v1 shape with SHA-256 fingerprint, posture, evidence refs, blockers, TTL, and a non-negotiable noActivation: true doctrine pin. Allowed kinds: trade_lane_exposure_review, carrier_concentration_review, corridor_disruption_watch_review. customer_private_context_v1 scope-proof booleans (e.g. intersectsWatchlistCarrier, watchlistVesselMatchCount) — never the watchlist contents on the wire, never a proof hash that could be reverse-engineered. @crowdalpha/agent-sdk) and Python ( crowdalpha_agent) both expose worldQuery(); both are exercised against a real loopback FastAPI process in the beta smoke runbook.In progress
api.crowdalpha.ai. The Terraform shape is ready; external hosted-AWS proof, hosted DB scale benchmark, hosted AgentLayer replay, and production recurring-feed approval are in progress.The beta smoke runbook — docs/runbooks/AGENT_BETA_SMOKE.md — walks an approved operator through the seven probes plus the three modes (--mode stubbed, --mode negative-control, --mode real-pipeline). It is the verifiable evidence behind the “for agents” claim.
Builders use it to ground agents. Enterprises use it to connect CrowdAlpha context and gap-discovery findings to automations, internal copilots, operational workflows, and production systems.