API Endpoint Documentation
Document an API endpoint with request/response examples
Template Fields
e.g., User Management API, Payment API
e.g., /api/v1/users, /api/orders/{id}
e.g., Creates a new user, Retrieves order details
List all parameters: name, type, required/optional, description
Key fields in the response
Related Resources
5 Prompt Patterns for API Documentation and Integration
Copy-paste prompt templates for writing API docs, generating integration guides, troubleshooting endpoints, and creating SDK examples.
5 Prompt Patterns for AI-Assisted Code Review
Five prompt patterns for thorough AI code reviews. Covers security audits, performance checks, readability, bug detection, and architecture review.
MCP and Tool Use Prompting: How to Write Prompts for AI That Uses Tools (2026)
AI models don't just generate text anymore — they call APIs, query databases, and execute code. Learn how to write prompts that guide tool-using AI effectively, from function calling basics to MCP server architecture.
Related Templates
Bug Report
Write a clear, actionable bug report that developers can act on immediately
README Generator
Create a professional README.md for any project or repository
Git Commit Message
Write clear, conventional commit messages with proper scope and description
Changelog / Release Notes
Write clear, user-friendly changelogs and release notes from raw commit logs or feature lists