Accessing AI/Run CodeMie Applications
Once deployment is complete and validated, access the AI/Run CodeMie applications:
Application URLs
Instead of example.com use domain name configured during infrastructure deployment:
| Application | URL | Description |
|---|---|---|
| CodeMie UI | http(s)://codemie.example.com | Main user interface |
| CodeMie API | http(s)://codemie.example.com/code-assistant-api/v1 | REST API endpoint |
| Keycloak Admin | http(s)://keycloak.<your-domain>/auth/admin | Identity management console |
| Kibana | http(s)://kibana.<your-domain> | Data visualization and analytics |
Protocol and Domain
- HTTP vs HTTPS: Private clusters typically use HTTP. Public deployments should use HTTPS with valid TLS certificates.
- Domain Name: Use configured during infrastructure deployment (
CODEMIE_DOMAIN_NAMEindeployment_outputs.env) - Private DNS: If using private DNS, ensure your client machine can resolve the domain (VPN or internal network required)
Next Steps: Configuration
After accessing the applications, complete the configuration to make AI/Run CodeMie fully operational.
Required Configuration
User Configuration
Configure initial users and authentication in Keycloak. See User Configuration for details.
AI LLM Models Integration
Set up AI model providers to enable AI capabilities. See AI Models Integration for details.
Install Extensions
Enhance AI/Run CodeMie with optional extensions:
- LiteLLM Proxy - Load balancing and high availability for LLM requests
- Assistants Evaluation - LLM observability, tracing, and performance analytics
- AI Code Explorer - Intelligent code analysis and exploration platform
- Angular Upgrade Assistant - AI-powered Angular version upgrade assistant
- Salesforce DevForce AI - Salesforce development workflow accelerator
See Extensions Overview for detailed setup guides.
Optional Configuration
Additional configuration options include:
- Data source connections
- Security and access control policies
- UI customization and branding
- System health monitoring and alerts
- Third-party integrations
- Backup and recovery setup
See the complete Configuration Guide for all available options.