/api/v1/departments
List release candidates and research previews.
Human and agent platform
The website does not maintain a marketing model and a separate agent model. Humans and agents inspect the same package graph, runtime state, evaluation criteria, and human-only boundary.
Public interfaces
The first release is intentionally read-only. It lists package truth and compiles deterministic plans. Authentication and external mutations arrive only with a concrete product need and a separate authority model.
List release candidates and research previews.
Read the complete public package contract.
Compile product fit from five closed-domain inputs.
Compile a runtime-specific distribution, verification, and rollback plan.
Use the same compiler over Streamable HTTP MCP.
Discover the public interfaces and authority boundary.
curl https://starlightintelligence.ai/api/v1/install-plan \
-H "content-type: application/json" \
-d '{"slug":"growth-studio","target":"codex"}'All four MCP tools are closed-domain, deterministic, read-only, non-destructive, and idempotent. The endpoint cannot publish, purchase, access credentials, or mutate an external system.
Open formats
The core package follows Agent Skills and Agent Plugins. The remote tool surface follows the current MCP revision while preserving a bounded legacy handshake path for existing clients.