Skip to main content

list_prompts

List eval prompts available to your organization. Prompts define the task an agent will attempt during an evaluation.

Parameters

ParameterTypeRequiredDescription
providerstringNoFilter by provider domain (e.g., “resend.com”)

Response

[
  {
    "id": "uuid-here",
    "title": "Getting Started with Resend",
    "orgDomain": "resend.com",
    "providerName": "Resend",
    "text": "Navigate to resend.com and..."
  }
]