Resources

This is my personally curated toolbox — every tool I reach for when starting, scaling, or auditing an API platform project. I keep this list updated as I evaluate new options, and I've marked my current favorite in each category with a star. Feel free to bookmark this page and use it as your own reference.

Select a category below to expand it.

My preferred tool in this category
Datadog(free tier) · Free tier (5 hosts) · Pro from $15/host/mo
My preferred APM platform. Traces, metrics, logs, and synthetic monitoring all unified in one place with deep integrations across the stack.
Open
New Relic(free tier) · Free tier (100GB/mo) · Paid from $0.30/GB
The free tier is generous enough to get started. I've found the distributed tracing particularly strong for microservices architectures.
Open
Grafana + Prometheus(free tier) · Free / open-source · Grafana Cloud free tier
The open-source monitoring standard. I reach for this when I need full flexibility over custom dashboards and alerting rules.
Open
Checkly(free tier) · Free tier (5 checks) · Paid from $30/mo
Purpose-built for monitoring API endpoints and multi-step transactions from multiple regions. I like the Playwright-based checks.
Open
Uptime Robot(free tier) · Free tier (50 monitors) · Paid from $7/mo
Simple uptime monitoring. I set it up in minutes for basic health checks — sometimes that's all you need.
Open
PagerDuty(free tier) · Free tier (5 users) · Paid from $21/user/mo
The standard for incident management. Routes alerts to the right people at the right time with on-call scheduling and escalation policies.
Open
Opsgenie(free tier) · Free tier (5 users) · Paid from $9/user/mo
Solid PagerDuty alternative. I'd lean toward it if your team is already in the Atlassian ecosystem with Jira and Confluence.
Open
Speedscale(free tier) · Free tier · Paid custom
Captures production API traffic and replays it in test environments. A unique approach to performance validation that I think more teams should know about.
Open
Authentication & Identity
My preferred tool in this category
Auth0(free tier) · Free tier (25K MAU) · Paid from $35/mo
My default recommendation for auth. Handles OAuth2, OIDC, social login, and MFA so your team doesn't have to build any of it from scratch.
Open
Clerk(free tier) · Free tier (10K MAU) · Paid from $25/mo
Beautiful pre-built auth UI components. I'd recommend it for startups and teams who want authentication done fast with minimal custom code.
Open
Firebase Auth(free tier) · Free tier (generous) · Blaze plan pay-as-you-go
Best free-tier auth for mobile and web apps. Supports email, social, and phone sign-in with minimal setup.
Open
Keycloak(free tier) · Free / open-source
Full-featured IAM you can self-host. I like it for teams that need SSO, LDAP/AD integration, and fine-grained authorization under their own control.
Open
WorkOS(free tier) · Free tier · Paid from $125/mo
Built specifically for B2B SaaS apps that need to support enterprise customers' SSO and directory sync requirements.
Open
Okta WorkforceCustom pricing
The enterprise standard for workforce SSO, lifecycle management, and centralized identity governance.
Open
Vulnerability Scanning & Protection
OWASP ZAP(free tier) · Free / open-source
The go-to free tool for automated API security scanning. Covers the OWASP API Security Top 10 with both active and passive scans.
Open
Snyk(free tier) · Free tier (limited) · Paid from $25/dev/mo
I use it to catch vulnerabilities in code and dependencies before they reach production. Integrates directly into your CI/CD pipeline.
Open
42Crunch(free tier) · Free tier (3 APIs) · Paid custom
Scans your OpenAPI spec for security issues before you write a single line of implementation code. I appreciate the shift-left approach.
Open
Salt SecurityCustom pricing
Uses AI to detect API attacks and anomalous behavior patterns in production traffic in real time.
Open
Traceable AICustom pricing
Combines API discovery, risk assessment, and runtime protection. I'd consider it for organizations managing large API portfolios.
Open