Embedded deployment
Best when an existing enterprise application wants to add AI capability without moving users into a separate product surface.
AtlasClaw supports two practical shapes: embedding into an existing product, or running as a standalone agent layer above multiple systems.
Best when an existing enterprise application wants to add AI capability without moving users into a separate product surface.
Best when the enterprise needs one multi-user AI agent entry point above multiple systems.
{
"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}"
}
}
}
}