Comprehensive guides and references for Egsias platforms and APIs.
Start Learning
# Install Egsias CLI
npm install -g @egsias/cli
# Initialize your project
egsias init my-project
Follow the guided setup to configure your environment. For enterprise setups, visit the enterprise documentation.
Endpoint | Method | Description |
---|---|---|
/api/v1/projects | GET | List all active projects |
/api/v1/builds | POST | Initiate a new deployment |
Use Bearer authentication with your access token:
Authorization: Bearer YOUR_ACCESS_TOKEN
Generate API tokens in your account settings.
Our docs are always up-to-date. Find everything you need to start developing with Egsias.