Spectral documentation
Spectral exposes structural model creation workflows through a public Model API, a viewer, and an MCP server for agent clients.
Public endpoints
| Surface | URL | Use |
|---|---|---|
| Docs | https://docs.spectralco.co | API, MCP, and workflow documentation. |
| Model API | https://api.spectralco.co | Programmatic model creation. |
| MCP | https://mcp.spectralco.co/mcp | Agent setup for model creation workflows. |
| Viewer | https://viewer.spectralco.co | Browser-based review of created model output. |
Start here
- Configure authentication in Authentication.
- Review the generated Model API reference in Model Creation API.
- Pick an MCP client in MCP.
- Follow the first guide in Create a model.
What Is Automated
The Model API reference is generated from a filtered FastAPI OpenAPI export. When
public model-creation endpoints change, refresh
docs-site/openapi/spectral-openapi.json, run the API generator, and rebuild
the docs site.
The MCP setup pages are hand-written because each host has a different setup flow, but they share the same endpoint, scopes, and OAuth policy.