Navigation
Getting Started
Concepts
Platform
API

API Reference

The exocorp platform exposes a REST API for managing companies, runtimes, and deployments programmatically.

GET
/api/companies

List companies visible to the authenticated user.

POST
/api/companies/:id/start

Start or restart a company runtime.

GET
/api/companies/:id/runtime

Retrieve the current runtime status and health of a company.

GET
/api/dashboard/summary

Aggregated 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.