This guide is for developers integrating with Materi or contributing to the platform. If you’re looking for exact API shapes, use the API Reference. If you’re trying to understand service boundaries and data flow, start with the front-door narrative pages and then drill into the Domain Services pages.Documentation Index
Fetch the complete documentation index at: https://try.materi.app/llms.txt
Use this file to discover all available pages before exploring further.
Start here
Integration surfaces
- HTTP (REST): defined by OpenAPI (canonical spec:
/openapi/openapi.json) - WebSocket collaboration: real-time operations and presence
- Events: protobuf schemas in
shared/protoused for cross-service communication
- Update OpenAPI when HTTP behavior changes.
- Update protobuf schemas when event payloads/types change.
- Keep narrative docs high-level and link to canonical sources.
How to read this guide
- Use Domain Services pages to understand the major service boundaries.
- Use API Reference for exact endpoint shapes.
- Use Events pages for event-driven integration patterns.
Common tasks
- Deployment and ops context: /developer/operations/deployment/overview
- Testing expectations: /developer/testing/overview
- Contributing workflow: /developer/contributing/overview