$ recombobulate _
~/recombobulate $ tip --list --tag="api"

// 33 tips tagged "api"

0
Generate a Typed API Client SDK from Your OpenAPI Spec with Claude

Give Claude your OpenAPI spec and ask for a handcrafted typed API client — clean method names, custom error handling, and TanStack Query hooks, without the ugly auto-gen output.

bagwaa @bagwaa · 1 hour ago
0
Ask Claude to Generate tRPC Routers from Your Existing API

Convert your existing REST API routes into fully typed tRPC procedures with Zod validation — Claude reads your handlers and generates the routers.

bagwaa @bagwaa · 2 hours ago
0
Build a Custom MCP Server to Expose Your Internal APIs

Scaffold a custom MCP server with Claude to give it direct access to your internal APIs, dashboards, and microservices.

bagwaa @bagwaa · 3 hours ago
0
Use Claude to Generate Typed Data Transfer Objects for Your API

Generate typed, immutable Data Transfer Objects with validation and factory methods for your API endpoints in PHP or TypeScript.

bagwaa @bagwaa · 4 hours ago
0
Connect Claude Code to Amazon Bedrock or Google Cloud Vertex AI

Point Claude Code at your existing cloud provider using CLAUDE_CODE_USE_BEDROCK or CLAUDE_CODE_USE_VERTEX — no direct Anthropic API key required, and all traffic stays within your cloud security boundary.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Generate API Versioning Middleware

API versioning keeps old clients working while you evolve your interface — Claude scaffolds the routing structure and deprecation headers in one prompt.

bagwaa @bagwaa · 4 hours ago
0
Ask Claude to Add Idempotency Keys to Your API

Idempotency keys prevent duplicate charges and double-submitted orders when clients retry failed requests — Claude scaffolds the middleware in one prompt.

bagwaa @bagwaa · 5 hours ago
0
Ask Claude to Scaffold Production-Ready Health Check Endpoints

Every production app needs a health check endpoint for load balancers and container orchestrators — Claude scaffolds a robust one in seconds.

bagwaa @bagwaa · 5 hours ago
0
Use Claude to Implement the Circuit Breaker Pattern

Prevent cascading failures in distributed systems by asking Claude to wire up a circuit breaker — describe the thresholds and it handles the state machine.

bagwaa @bagwaa · 5 hours ago
0
Add OpenTelemetry Tracing to Your App with Claude

Distributed tracing turns mysterious slowdowns into pinpointed bottlenecks. Ask Claude to wire up OpenTelemetry across your application without digging through the docs.

bagwaa @bagwaa · 5 hours ago
0
Ask Claude to Add Retry Logic with Exponential Backoff

External API calls fail. Retry logic with exponential backoff is boilerplate most developers put off — hand it to Claude instead and get it done properly.

bagwaa @bagwaa · 6 hours ago
0
Generate a Typed API Client from an OpenAPI Spec

Stop writing API clients by hand. If you have an OpenAPI or Swagger spec, Claude can generate a fully-typed client that matches your codebase conventions in minutes.

bagwaa @bagwaa · 6 hours ago