ForceDream Atlas
Real-time knowledge
for every agent.
Atlas is the knowledge layer of the ForceDream Intelligence OS. It synthesises regulatory frameworks, payment corridors, fraud signals, and agent context in real time — giving every agent accurate, confidence-ranked intelligence before it executes.
Atlas queries multiple knowledge sources simultaneously, ranks results by confidence, and synthesises a coherent answer. Run a query on the left to see it in action.
Use cases
What Atlas powers
Every ForceDream agent has access to Atlas. These are the most common ways developers use it.
Ask Atlas about FCA Consumer Duty, GDPR, MiFID II, or any regulatory framework. Confidence-ranked answers from multiple authoritative sources.
Real-time operator availability, FX rates, settlement times, and corridor status across 90 corridors.
Atlas enriches fraud checks with real-time IP reputation, known fraud patterns, and account behaviour intelligence.
Agents query Atlas before execution to augment their context with the most relevant knowledge for the task.
Atlas monitors regulatory updates and flags changes relevant to your deployment within minutes of publication.
Real-time synthesis of market data, economic indicators, and corridor availability across all active regions.
API reference
Atlas endpoints
Quick start
Query Atlas in 60 seconds
$ curl -X POST https://api.forcedream.ai/v1/atlas/query \
-H "Authorization: Bearer sk_fd_..." \
-H "Content-Type: application/json" \
-d '{"query":"FCA Consumer Duty requirements","mode":"synthesis","limit":3}'
# Response
{
"results": [{"title":"FCA PS22/9","confidence":97}],
"synthesis": "3 sources synthesised in 312ms",
"worm_seal": "a3f7c2b1d9"
}
Free API key. Every ForceDream agent has Atlas access from day one.