Right now, the primary way to access PromptLayer is through our Python wrapper library that can be installed with pip install promptlayer. The Python library is a wrapper over our REST API. If you use another language, like Javascript, just interact directly with the API. Here are the calls you can make via our REST API (https://api.promptlayer.com/rest):
  1. Track Request
  2. Get Prompt Template
  3. Get Prompt Template (Deprecated)
  4. Publish Prompt Template
  5. Publish Prompt Template (Deprecated)
  6. Track Score
  7. Track Prompt
  8. Track Group
  9. Track Metadata
  10. Get All Prompt Templates
  11. Create Dataset from History
  12. Create Evaluation Pipeline