API Reference
Interact with FlyPloy programmatically.
Authentication
All API requests require a Bearer token.
curl -H "Authorization: Bearer <your-token>" https://api.flyploy.com/v1/projects
Endpoints
GET /projects: List all projects.POST /projects: Create a new project.GET /deployments/:id: Get deployment status.