Build Orion Services
Page type: Section guide ยท Audience: Service authors
Use this section after the quickstart. A typical service-authoring sequence is:
- How to Author Workflows: express the business logic.
- Configure Channels: expose the workflow over HTTP or Kafka.
- Connect Databases & APIs: add external systems when needed.
- Test Workflows Offline: format, lint, dry-run, and add regression cases.
- Build a Plugin: when a codec or calculation already exists as code, ship it as a sandboxed WebAssembly task function.
- Version & Roll Out Changes: activate, canary, promote, and roll back changes.
Looking for a complete example instead? Follow the Orders API golden path or choose another path from Choose Your Use Case.