Focuses on solution and interface design principles that can be used across APIs, integrations, automations, data products, and other implementation styles.
Station
API Design
Create API designs that are consistent, reusable, and grounded in business intent and shared standards.
Designing APIs is not just about naming endpoints. Good design ensures APIs are usable, consistent, and aligned with business and technical goals. Poor design leads to tight coupling, low reuse, and costly rework across teams.
Method map
Navigate the method
Select a station, cycle, or stakeholder perspective to explore the method.
Outcomes
- Well-documented and consistent API designs
- Reusable and validated API contracts
- Designs aligned with domain models and interaction patterns
- Design traceability to business value
Journey criteria
Entry criteria
- The capability addresses a clear business need and is reusable by its intended consumers.
- The selected interface provides an appropriate abstraction for consumers.
- The capability value proposition has been validated with business and consumer stakeholders.
- Consumer segments are identified.
- A high-level implementation roadmap is defined.
Exit criteria
- The chosen architecture, platform, and implementation style have been validated with the relevant architecture, security, and platform stakeholders.
- The selected interface provides an appropriate abstraction for consumers.
- The interface design and exposed capabilities trace back to business value and consumer needs.
- The interface design follows agreed design standards and conventions.
People to involve
Related resources
Interaction CanvasDefine interactions, workflows, inputs, outputs, commands, queries, events, and expected responses to ensure a consistent consumer experience.REST CanvasDesign APIs using RESTful principles, defining resources, verbs, and example requests and responses.Event CanvasDesign event-driven interfaces and integrations by defining events, triggers, schemas, producers, consumers, and processing logic.API Audit ChecklistA lifecycle-based checklist to verify API readiness across design, delivery, publishing, and compliance using defined audit criteria and evidence.API Design PrinciplesA concise guide to API usability, discoverability, and consistency grounded in shared design rules and real consumer needs.Domain CanvasA modeling tool to define and communicate the key entities and relationships in your domain, ensuring semantic consistency across capabilities, integrations, APIs, data products, and services.