Skip to content
All templates

Memory Files · Memory File

API Patterns & Endpoints

Document API patterns for Claude to reference

apipatternsmemory
Template content
# API Patterns

## Authentication
- [How auth works in this project]

## Endpoint Conventions
- Base URL: [URL]
- Versioning: [strategy]
- Response format: [describe]

## Key Endpoints
- `GET /api/[resource]`: [description]
- `POST /api/[resource]`: [description]

## Error Codes
- 400: [when returned]
- 401: [when returned]
- 404: [when returned]
- 500: [when returned]

Use this template in the editor

Open PromptEditor.io to customize this template, save it, and inject it into any AI chat.

Open the editor