Promptlayer
SKILL.md
PromptLayer Skill
Product summary
PromptLayer is an observability and evaluation platform for AI teams that manages prompts outside code, logs production requests, runs evaluations, and controls releases. Use it to version prompts, test changes before deployment, monitor costs and latency, and build multi-step workflows. The core workflow is: log requests → evaluate changes → release approved versions.
Key files and commands:
- SDK:
pip install promptlayer(Python) ornpm install promptlayer(JavaScript) - API key: Generate from dashboard, set as
PROMPTLAYER_API_KEYenvironment variable - Primary docs: https://docs.promptlayer.com
- REST API: https://docs.promptlayer.com/reference/introduction
- SDKs: Python (
promptlayer.PromptLayer) and JavaScript (promptlayer.PromptLayer)