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:

  1. Get Prompt Template
  2. Publish Prompt Template
  3. Get Prompt Template Labels
  4. Create Prompt Template Label
  5. Move Prompt Template Labels
  6. Delete Prompt Template Label
  7. Track Score
  8. Track Prompt
  9. Track Group
  10. Track Metadata
  11. Get All Prompt Templates
  12. List Datasets
  13. Create Dataset Group
  14. Create Dataset Version from File
  15. Create Dataset Version from Filter Params
  16. Create Dataset from History
  17. Create Evaluation Pipeline
  18. Delete Reports by Name
  19. Get Agent Version Execution Results
  20. Run Agent
  21. Create Spans Bulk

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:

  1. Get Prompt Template
  2. Publish Prompt Template
  3. Get Prompt Template Labels
  4. Create Prompt Template Label
  5. Move Prompt Template Labels
  6. Delete Prompt Template Label
  7. Track Score
  8. Track Prompt
  9. Track Group
  10. Track Metadata
  11. Get All Prompt Templates
  12. List Datasets
  13. Create Dataset Group
  14. Create Dataset Version from File
  15. Create Dataset Version from Filter Params
  16. Create Dataset from History
  17. Create Evaluation Pipeline
  18. Delete Reports by Name
  19. Get Agent Version Execution Results
  20. Run Agent
  21. Create Spans Bulk