Getting Started

API Reference

Explore our comprehensive API documentation to learn how to interact with Edzja's infrastructure for real-time services. All endpoints require valid API key authentication via bearer token.

Authentication

curl -X POST "https://api.edzja.tools/v1/auth" -H "Authorization: Bearer YOUR_API_KEY"

Resources

  • • Users
  • • Projects
  • • Analytics
  • • Files

Rate Limits

• Free tier: 500 requests/mo

• Pro tier: 50,000 requests/mo

• Enterprise: Custom

CLI Commands

Execute our developer commands using the CLI for rapid project scaffolding, deployment, and management. Install using curl -fsSL https://edzja.tools/cli/install.sh | bash

Basic Commands

ed edzja deploy -t prod

Deploy to production environment

ed edzja logs

View project deployment logs

Advanced Usage

edzja build --no-cache

Force rebuild without using cache

edzja config set --env=staging

Set environment for subsequent commands