Architecture Pattern · Capability
Architecture Pattern API
API providing access to a curated reference library of architecture patterns for distributed systems, microservices, cloud-native applications, and enterprise software.
What You Can Do
GET
Listpatterns
— List architecture patterns
/patterns
GET
Getpattern
— Get architecture pattern details
/patterns/{patternId}
GET
Getpatternvariants
— Get variants of an architecture pattern
/patterns/{patternId}/variants
GET
Listdomains
— List pattern domains
/domains
GET
Listtradeoffs
— List pattern trade-offs
/tradeoffs
MCP Tools
listpatterns
List architecture patterns
read-only
idempotent
getpattern
Get architecture pattern details
read-only
idempotent
getpatternvariants
Get variants of an architecture pattern
read-only
idempotent
listdomains
List pattern domains
read-only
idempotent
listtradeoffs
List pattern trade-offs
read-only
idempotent