Deploy xpander.ai on your own infrastructure using Helm charts for Kubernetes
xpander.my-company.com
)domain
, these hostnames are automatically created:
agent-controller.{domain}
- Main API endpointai-gateway.{domain}
- AI service gatewaymcp.{domain}
- MCP (Model Context Protocol) serviceParameter | Description | Example |
---|---|---|
global.organizationId | Your xpander.ai organization ID | 6aedc41e-9771-4660-b46e-af51c66d2ea8 |
global.environmentId | Your xpander.ai environment ID | 0e308480-f02c-44a9-97ce-e15bb39d94e8 |
secrets.static.deploymentManagerApiKey | Deployment manager API key | 6120718c-ef9b-42e8-93a8-18203d0700a9 |
Parameter | Description | Default |
---|---|---|
domain | Base domain for ingress hosts | "" (ingress disabled) |
ingress.enabled | Enable external access via ingress | false |
agent-worker.env.AGENTS_OPENAI_API_KEY | OpenAI API key for GPT models | "" |
agent-worker.env.ANTHROPIC_API_KEY | Anthropic API key for Claude models | "" |
Pods stuck in Pending state
Ingress not accessible
Health checks failing
API key configuration issues