Complete Documentation and API Reference for the Realm9 Platform
Welcome to the Realm9 documentation repository. This comprehensive resource contains everything you need to deploy, configure, and manage the Realm9 platform.
realm9-docs/
├── getting-started/ # Quick start guides
├── platform/ # Platform architecture and concepts
├── api/ # REST API documentation
├── deployment/ # Deployment guides
├── integrations/ # Third-party integrations
├── security/ # Security and compliance
├── troubleshooting/ # Common issues and solutions
└── release-notes/ # Version history and updates
Complete guide to managing environments including:
- Creating and configuring environments
- Booking and approval workflows
- Cost tracking and chargeback
- Shared environment management
- Maintenance windows
- Natural language to Terraform
- GitOps workflows
- Policy as code
- Drift detection
- Cost optimization
- Log ingestion setup
- Query optimization
- Dashboard creation
- Alert configuration
- Data retention policies
- MFA setup
- SSO configuration
- Audit logging
- Compliance reporting
- Security best practices
Fastest way to get started:
curl -X POST https://api.realm9.app/signup \
-H "Content-Type: application/json" \
-d '{"organization": "your-org"}'Full control in your infrastructure:
curl -X POST https://api.realm9.app/v1/environments \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "prod-app-01",
"type": "PRODUCTION",
"cloud": "AWS",
"region": "us-east-1"
}'curl -X POST https://api.realm9.app/v1/terraform/run \
-H "Authorization: Bearer $TOKEN" \
-d '{
"workspace": "production",
"action": "apply",
"auto_approve": false
}'# Check system status
realm9 status --verbose
# Validate configuration
realm9 config validate
# Test connectivity
realm9 test connection --all
# Generate support bundle
realm9 support bundle --output realm9-debug.tar.gz- ✅ AI-powered infrastructure co-pilot
- ✅ RO9 observability platform GA
- ✅ ServiceNow CMDB integration
- ✅ Multi-cloud cost analysis
- ✅ Enhanced security features
- 🎥 Platform Overview (10 min)
- 🎥 Getting Started (15 min)
- 🎥 Terraform Integration (20 min)
- 🎥 RO9 Observability (25 min)
- Forum: community.realm9.app
- Slack: realm9.slack.com
- Stack Overflow: #realm9
- Documentation: You are here!
- Community Support: GitHub Discussions
- Professional Support: support@realm9.app
- Enterprise Support: 24/7 with SLA
We welcome contributions to our documentation:
- Fork this repository
- Create a feature branch
- Make your improvements
- Submit a pull request
See CONTRIBUTING.md for guidelines.
Copyright © 2025 Realm9. All rights reserved.
Need help? Contact support@realm9.app or visit realm9.app/support
Part of the Realm9 Platform