Misar IO Docs

API Overview

MisarDev REST API for programmatic project management.

API Overview

Use the MisarDev API to manage projects programmatically.

Base URL: https://api.misar.dev/v1

Authentication

Authorization: Bearer YOUR_API_KEY

Get your API key from Dashboard → Settings → API Keys.

Endpoints

Projects

| Method | Endpoint | Description | |--------|----------|-------------| | GET | /projects | List all projects | | POST | /projects | Create a new project | | GET | /projects/:id | Get project details | | DELETE | /projects/:id | Delete a project |

Deployments

| Method | Endpoint | Description | |--------|----------|-------------| | GET | /projects/:id/deployments | List deployments | | POST | /projects/:id/deploy | Trigger a deployment |

Code Export

| Method | Endpoint | Description | |--------|----------|-------------| | GET | /projects/:id/export | Download project source code |

Rate Limits

| Plan | Requests/min | |------|-------------| | Free | 60 | | Pro | 600 | | Enterprise | Unlimited |