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.

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.