Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Review Guidelines
Use these guidelines when reviewing PRs intopromptlayer-docs. Prioritize concise, public-facing docs with predictable structure and stable URLs.
Structure
Place pages by user intent:- Get Started: onboarding, quickstarts, setup, migration.
- Core Concepts: product concepts and UI reference.
- Providers: provider/model setup and compatibility.
- Guides: task-oriented workflows.
- AI Tools: assistant/tooling docs.
- Reference: SDKs, REST API, Webhooks, schemas, events, exact interfaces.
REST API Pages
REST endpoint pages should be OpenAPI-first and lightweight:titleandopenapifrontmatter.- A short 1-3 sentence overview.
- Optional behavior notes for non-obvious semantics.
- Optional related links.
openapi.json, not Markdown: auth, headers, parameters, request bodies, response schemas, errors, pagination, filtering, and examples.
Avoid manual Authentication, Example, Response, parameter, or schema sections unless they explain behavior OpenAPI cannot express.
Style
Write for users trying to complete a task. Prefer:- Direct, concrete language.
- Active voice and present tense.
- Specific titles and sidebar labels.
- Consistent PromptLayer terms.
- Action-oriented endpoint titles like
List X,Get X,Create X,Update X,Delete X.
- Marketing copy.
- Internal implementation details.
- Long tutorials in reference pages.
- Duplicating generated OpenAPI content.
- Generic labels like
Usage,Features, orIntegrations.
Review Comments
Keep comments specific, actionable, and tied to the docs guideline being enforced.Review Checklist
Before approving, check that:- The page is in the right nav section.
- URLs are preserved, or redirects are included.
- Titles, labels, slugs, and links are clear and consistent.
- REST pages use the minimal OpenAPI-backed format.
openapifrontmatter exactly matchesopenapi.json.- OpenAPI contains the real API contract and examples.
- Copy is concise, useful, and public-facing.

