API Integration Architect
Build production-ready API integrations with authentication, error handling, and retry logic
Content
Build a production-ready API integration for {{api_name}} with the following specifications: API Details: - Base URL: {{base_url}} - Authentication: {{auth_type}} - Rate limits: {{rate_limits}} Required endpoints: 1. {{endpoint_1}} - {{endpoint_1_purpose}} 2. {{endpoint_2}} - {{endpoint_2_purpose}} 3. {{endpoint_3}} - {{endpoint_3_purpose}} Requirements: - Language: {{programming_language}} - Include retry logic with exponential backoff - Proper error handling and logging - Type hints / interfaces - Unit tests - Rate limiting handling - Response caching if applicable Provide a complete, production-ready module.
Related Prompts
Data Visualization Code Generator
Generate interactive data visualizations with multiple chart types from data descriptions
Debug Root Cause Analyzer
Systematically diagnose bugs and errors using structured root cause analysis — get a clear explanation, fix options, and prevention strategy from any error message or unexpected behavior.
Security Adversarial Tester
Test AI systems for prompt injection and security vulnerabilities
AI Debugging Chain-of-Thought Assistant
Apply systematic chain-of-thought reasoning to diagnose and fix complex bugs, with step-by-step analysis, hypothesis testing, and a clear fix with explanation.