The powerful command-line interface for building, deploying, and managing your entire API lifecycle. From localhost development to cloud deployment, plugin development to database management.
Use Apito CLI to build and deploy your APIs from zero to production-ready GraphQL & REST APIs in under 5 minutes
See how easy it is to build APIs with our interactive terminal demo. Click play to watch the complete workflow from installation to deployment.
$ curl -fsSL https://get.apito.io/install.sh | bash✓ Package installed successfully$ apito init[INFO] Step 0: Select run mode (Docker recommended)...[WARNING] Port 5050 is already in use[INFO] Please ensure port 5050 is available for Apito to run properly$ apito start🚀 Server ready at http://localhost:5050✓ GraphQL API: http://localhost:5050/secured/graphql✓ REST API: http://localhost:5050/secured/rest✓ Apito CMS: http://localhost:4000
Everything you need to build, deploy, and manage APIs from your terminal
Comprehensive command set for every aspect of API development
Seamless Docker integration for containerized development and deployment
CLI automatically manages Docker containers for databases and services
Data persistence across container restarts with named volumes
Run multiple database types simultaneously in containers
Isolated development environment with hot reload
Build, test, and deploy custom plugins with multiple language support
Generate plugin scaffold with Go, JavaScript, or Python templates
Write your plugin logic with hot reload and live testing
Compile and package your plugin for deployment
Deploy to local or cloud environment with one command
High-performance plugins with Go's concurrency and speed
Flexible plugins with Node.js ecosystem and npm packages
Data science and ML plugins with Python's rich ecosystem
Flexible configuration system for different environments and use cases
Install Apito CLI and start building, deploying, and managing your APIs from the command line.