Introduction to Prompt Routes
Prompt Routes is a powerful platform that lets you turn AI prompts into production-ready API endpoints instantly. This documentation will help you get started, understand core concepts, and integrate your APIs into your applications.
Quickstart Guide
Create and deploy your first AI endpoint in less than 5 minutes.
API Reference
Detailed documentation for interacting with your deployed endpoints.
Key Concepts
Prompts
The core instruction sent to the AI model. Prompts can contain dynamic variables like `{{variable}}` which are replaced at runtime.
Endpoints
A unique URL interface for your prompt. Endpoints handle authentication, rate limiting, and response formatting.
API Keys
Secure tokens used to authenticate requests to your endpoints. Always keep them secret.