What problem does it solve?
It helps you understand how Fusion backend services expose contracts and how their architectural patterns work (authorization, validation, async/eventing) so you can integrate confidently without guessing.
Core Features & Use Cases
- Reference-driven API understanding: Guides consumption and explains endpoint behavior and expected contracts using evidence from backend source discovery.
- Pattern explanations with constraints: Covers authorization, validation, error handling, CQRS flow, and async/event patterns with what to verify and what not to assume.
- Integration guidance for frontend/client and integrators: Helps you choose the correct integration point and apply resilient consumption practices (including event subscription and polling concepts).
Use case example: You need to call the People API and wire it into a frontend; you ask for the right endpoint contract, required authorization scope, and a reference implementation you can mirror in your client.
Quick Start
Use the fusion-backend-dev skill to explain how to consume the People API "get person by id" endpoint, including the authorization scope and a reference code snippet from the Fusion backend repositories.