Expert platform and API product management guidance for developer-focused products...
Strategic product management expertise for API-first and developer-focused platforms β from API design and developer experience to ecosystem building and platform metrics.
Great platform products aren't about features. They're about making developers successful.
The best API and platform products:
When invoked, apply the guidelines in rules/ organized by:
api-* β API design principles, standards, and patternsdx-* β Developer experience, onboarding, and successdocs-* β Developer documentation strategy and standardssdk-* β SDK and library strategyversioning-* β API versioning, deprecation, and migrationcommunity-* β Developer community and ecosystem buildingmarketplace-* β Integration marketplace and partner strategymetrics-* β Platform health and success metrics| Stage | Focus | Key Metrics | Team Structure |
|---|---|---|---|
| Foundation | Core API, basic docs | API uptime, error rates | PM + Engineers |
| Growth | DX, SDKs, onboarding | Time-to-first-call, activation | + DevRel, DX engineers |
| Scale | Ecosystem, marketplace | Integration count, partner revenue | + Partner team |
| Platform | Network effects, flywheel | Platform GMV, ecosystem value | Full platform org |
βββββββββββββββ βββββββββββββββ βββββββββββββββ βββββββββββββββ
β DISCOVER β β β EVALUATE β β β ADOPT β β β EXPAND β
β β β β β β β β
β - Search β β - Docs β β - Signup β β - More APIs β
β - Content β β - Sandbox β β - First callβ β - Higher β
β - Referral β β - Pricing β β - Use case β β volume β
β β β β β solved β β - Referral β
βββββββββββββββ βββββββββββββββ βββββββββββββββ βββββββββββββββ
βββββββββββββββββββ
β CONSISTENCY β β Predictable patterns
βββββββββββββββββββ€
β SIMPLICITY β β Easy to understand
βββββββββββββββββββ€
β DISCOVERABILITYβ β Self-documenting
βββββββββββββββββββ€
β RELIABILITY β β Stable and trustworthy
βββββββββββββββββββ€
β PERFORMANCE β β Fast and efficient
βββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β BUSINESS OUTCOMES β
β Revenue, Retention, Net Dollar Retention β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β DEVELOPER SUCCESS β
β Active Developers, API Calls, Use Cases Completed β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β DEVELOPER EXPERIENCE β
β Time-to-First-Call, Activation Rate, Support Tickets β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β PLATFORM HEALTH β
β Uptime, Latency, Error Rates, Documentation Quality β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Type | Examples | Key Success Factor | Primary Metric |
|---|---|---|---|
| Infrastructure API | Stripe, Twilio, AWS | Reliability + DX | API calls, uptime |
| Data API | Plaid, Clearbit | Data quality + freshness | Data coverage |
| Aggregation Platform | Zapier, Segment | Integrations + ease | Connections made |
| Developer Tools | GitHub, Vercel | Workflow fit + speed | Active projects |
| Embedded Platform | Shopify Apps | Distribution + value | Install rate, GMV |
| Style | Best For | Complexity | Flexibility | Caching |
|---|---|---|---|---|
| REST | CRUD operations, simple resources | Low | Medium | Excellent |
| GraphQL | Complex data fetching, mobile | Medium | High | Manual |
| gRPC | Internal services, high perf | High | Low | N/A |
| Webhooks | Real-time events, async flows | Low | Medium | N/A |
| WebSocket | Bi-directional, real-time | Medium | High | N/A |