One AtlasClaw Agent, available through two access points.
Independent menu access and the floating interface are two ways to reach the same AtlasClaw Agent. An enterprise system can use either one or both without duplicating the AtlasClaw integration.
From a page change to a governed action.
The enterprise system publishes navigation state. AtlasClaw and its configured HostApp Provider own the meaning, data resolution, and execution path.
- 01 Enterprise System
Publish the page
Send the normalized router path with a monotonically increasing generation.
- 02 Core
Use the fixed Provider
Select the embed_integration HostApp Provider, match one Context route, and reject stale generations.
- 03 HostApp Provider
Resolve meaning and actions
Read the object through existing system APIs and reuse its Domain Skill action builder.
- 04 AtlasClaw Agent
Reason and execute
Continue through ordinary Chat, Skill, Tool, RBAC, confirmation, and audit boundaries.
Add a light integration without rebuilding your enterprise system.
Your enterprise system only adds access points and page lifecycle events. AtlasClaw and its configured Provider supply the intelligence while the existing architecture remains in place.
For both surfaces
- Embed AtlasClaw in the enterprise system's signed-in browser session.
- Share the enterprise system Cookie so Provider calls use the same user identity and upstream permissions.
- Keep AtlasClaw session keys, Provider configuration, and business DTOs out of cross-window messages.
Independent menu access
- Add an independent AtlasClaw entry in the enterprise system navigation.
- Load the full AtlasClaw interface through that menu route.
- No page event protocol is required.
Floating additionally
- Manage launcher, iframe, ready, and close lifecycle.
- Provide exact host origin and a per-frame nonce.
- Send validated page changes with strict message type, nonce, and generation.
Bring AtlasClaw into your enterprise application
Start with the Embedded integration contract, then add Provider Context routes for the pages where users need analysis and action.