Embedded deployment
Expose the same Agent through an independent menu entry and an optional Context-aware floating assistant. Both share the enterprise-system Cookie identity; only the floating interface needs the strict page-change bridge.
AtlasClaw supports embedded access and a standalone multi-user AI agent layer. Standalone deployments can run on one node or use the minimal v1.0.0 HA runtime when explicit shared-state, routing, and Channel constraints are met.
Expose the same Agent through an independent menu entry and an optional Context-aware floating assistant. Both share the enterprise-system Cookie identity; only the floating interface needs the strict page-change bridge.
Best when the enterprise needs one SSO-backed multi-user AI agent entry point above multiple systems. A single node supports both long-connection and webhook Channel modes.
Runs multiple application nodes against shared MySQL and an initialized shared Workspace, with stable node IDs and sticky routing for each authenticated user.
{
"providers_root": "../atlasclaw-providers/providers",
"service_providers": {
"jira": {
"cloud": {
"base_url": "https://company.atlassian.net",
"token": "${JIRA_API_TOKEN}"
}
},
"smartcmp": {
"prod": {
"base_url": "https://cmp.corp.com/platform-api",
"cookie": "${CMP_COOKIE}"
}
}
}
} v1.0.0 provides a minimal HA runtime whose database, Workspace, node identity, and sticky-routing requirements must be met before startup.
alembic upgrade head
ATLASCLAW_ENABLE_HA=true
ATLASCLAW_HA_NODE_ID=<unique-node-id>
ATLASCLAW_RUN_AGENT_HEARTBEAT=false