Aller au contenu
apim.one

The guide

Capabilities

The skills that hold an API platform up, in three levels. Serves as an assessment grid for an expert and as a diagnostic tool for a team.

The trade is better described in skills, which last, than in products, which change. The grid below serves both to assess a candidate and to spot what is missing in a team already in place. Someone trained on a product knows how to configure. Running a platform in production demands the blocks that follow, and the third is the one most often missing.

API management core

SkillWhat is expected at the autonomous level
API design and contractsWrite a complete OpenAPI contract, model errors and pagination, apply contract-first
Versioning and compatibilityTell a compatible change from a breaking change, carry a deprecation through to removal
Gateway policiesRate limiting, quotas, cache, transformation, circuit breaker, and knowing what not to put in there
API products and monetisationStructure offers, plans and consumption contracts
Developer portal and experienceGenerate the documentation from the contract, open a usable sandbox
Governance and lifecycleMake the rules executable rather than just documented
Asynchronous APIsAsyncAPI, events, webhooks, and how their contract differs from the synchronous one

Security and identity

SkillWhat is expected at the autonomous level
OAuth2 and OIDCPick the right flow, know why implicit is ruled out, tell an access token from an identity token
Token validationAudience, issuer, allowed algorithms, key rotation, clock skew tolerance
Token exchange and propagationPropagate a user identity between services without forwarding the original token
mTLSIssuance, distribution, renewal, and TLS termination upstream
OWASP API Top 10Recognise the categories, and know which ones the gateway cannot handle
Secrets managementNo secret in the repository, resolution at runtime, rotation

Platform and operations

This is the most decisive block, and the one most often absent from "product expert" profiles.

SkillWhat is expected at the autonomous level
Kubernetes and traffic ingressDeploy and operate a data plane, understand Gateway API
APIOps and GitOpsDeclarative configuration in a repository, automated application, drift detection
CI/CDThe full chain from contract to production, with validation and testing
Infrastructure as codeRebuild an environment with no manual step
Multi-environment strategyRepresentative environments, promotion, progressive rollouts
ObservabilityDistributed traces, per-consumer metrics, logging without leaks
Capacity and scalingSize it, load test it, know what saturates first
Incident responseDiagnose under pressure, distinguish gateway, backend, identity and network

Architecture

SkillWhat is expected at the autonomous level
Internal and external topologiesChoose between a single, separate or hybrid gateway, and own the consequences
Gateway and service meshPlace the boundary, and know when the mesh is not worth its cost
Migration patternsESB to APIM, gateway to gateway, progressive cutover
Multi-cloud and multi-gatewayA single control plane, distributed data planes
Event-driven and streamingWhere APIs sit in an architecture driven by events
AI gatewaysControl access to models, quotas per token, keep cost in check

Quality

SkillWhat is expected at the autonomous level
Contract testingCheck that an implementation honours its contract, on both sides
Virtualisation and mocksLet a consumer build before the service exists
Load testingRealistic scenario, measurement at high percentiles, identifying the saturation point
Security testingCheck authorisation, not just authentication

Updated August 2026.