API Reference
The exocorp platform exposes a REST API for managing companies, runtimes, and deployments programmatically.
GET
/api/companiesList companies visible to the authenticated user.
POST
/api/companies/:id/startStart or restart a company runtime.
GET
/api/companies/:id/runtimeRetrieve the current runtime status and health of a company.
GET
/api/dashboard/summaryAggregated dashboard view: companies, credentials, and readiness.
The full endpoint reference with request/response schemas and code examples is being expanded. Check back soon for the complete documentation.
Authentication
API requests are authenticated using the same identity system as the dashboard. Platform owner actions require platform owner credentials. Company-scoped actions require membership in the target company.