Skip to main content

Resource Groups

All AgentStack Azure resources live in two resource groups under subscription 62be6d5f-97a5-4764-9bc9-ceb85a39a1f4.

testing (South India)

The primary group for the auth stack and HITL platform.

ResourceTypePurpose
cerebro-auth-envContainer App EnvironmentHosts all auth + HITL apps
keycloakContainer AppIdentity provider
openfgaContainer AppFine-grained authorization
hitl-frontendContainer AppHuman-in-the-loop dashboard
review-serviceContainer AppReview/approval workflow API
ingest-serviceContainer AppData ingestion API
config-service-testContainer AppConfiguration API
router-serviceContainer App (internal)Internal traffic router
authstack-toolboxContainer AppInternal tooling
cerebro-authstack-pgPostgreSQL Flexible ServerAuth databases (Keycloak, OpenFGA)
cerebro-stg-apimAPI ManagementGateway for all backend APIs
cerebro-ingest-ehEvent HubStreaming events for ingest pipeline
cerebro-auth-kv-62be6d5fKey VaultSecrets for auth services
ca45076245feacrContainer RegistryImages for auth/HITL services
cerebro-auth-vnetVirtual NetworkPrivate networking for the environment
cerebrocheckpointsStorage AccountCheckpoint blobs for the ingest pipeline

assistant-agent-rg (Central India + South India)

Hosts the AI assistant agent and the public marketing site.

ResourceTypePurpose
assistant-agentContainer App (Central India)AI assistant backend (FastAPI, port 8000)
agentatacktechmarketingContainer App (South India)Marketing site — agentstacktech.com
assistant-agent-pg-62be6d5fPostgreSQL Flexible ServerApp DB for assistant agent
ca74e243f29aacrContainer RegistryImages for assistant agent
assistant-agent-env-centralindiaContainer App EnvironmentHosts assistant-agent

Viewing Resources

# List everything in testing
az resource list --resource-group testing --output table

# List everything in assistant-agent-rg
az resource list --resource-group assistant-agent-rg --output table

Or browse at: Azure Portal → Resource Groups → [group name]