OnglX Deploy CLI Documentation

Deploy AI inference APIs to AWS Bedrock using our command-line tool. Simple, focused, and production-ready infrastructure automation.

AWS Bedrock Support

Quick Start Example

Terminal - OnglX Deploy
# Initialize and deploy an AI API in 4 commands
$ onglx-deploy init --host aws --region us-east-1
$ onglx-deploy add inference --component api --type openai
$ onglx-deploy plan --show-costs
$ onglx-deploy deploy