PromptLayer is an AI engineering workbench for teams building with prompts, agents, and LLM workflows.
This repository contains the PromptLayer documentation site. The site is built with Mintlify.
Install the Mintlify CLI:
npm i -g mintRun the docs locally from this directory:
mint devYou can also run the preview without a global install:
npx mint devBefore opening a pull request, validate the docs build:
mint validateContributions are welcome! If you see an update, typo, missing explanation, unclear example, or you are working on something others would find helpful, please open a pull request.
Good contributions include:
- Improving quickstarts, guides, and examples
- Adding screenshots or clarifying product flows
- Updating SDK, API, or provider details
- Fixing broken links, outdated screenshots, or confusing wording
Keep changes focused, test the site locally when possible, and include enough context in the pull request for reviewers to understand the update.