Introduction
Falcon provides a REST API to manage your projects programmatically.
Base URL
https://api.min.therobottate.today/v1
Note: v0 deprecated as of 2026-05-23. Migrate to v1.
Authentication
The API uses bearer tokens:
curl https://api.min.therobottate.today/v1/projects \
-H "Authorization: Bearer $API_KEY"
Resources
GET/v1/projects
POST/v1/projects
GET/v1/projects/:id/deployments
Rate limits
| Plan | Requests/min | Burst |
|---|---|---|
| Hobby | 60 | 120 |
| Pro | 600 | 1200 |
| Enterprise | Custom | Custom |