Back to Promptster

Card snapshot

www.promptster.dev · 2026-05-18 12:41:34 UTC · c813b1114d7838565a368a6ea7a8bb9293de4db28d9c814ba650f262d9d40b00

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "1.0",
  "name": "Promptster",
  "description": "Compare quality, speed, and cost across 11 AI providers with one prompt. Includes REST API and MCP server for programmatic access.",
  "url": "https://www.promptster.dev",
  "capabilities": {
    "api": {
      "type": "openapi",
      "url": "https://www.promptster.dev/docs/api/openapi.yaml",
      "documentation": "https://www.promptster.dev/docs/api"
    },
    "mcp": {
      "type": "http",
      "url": "https://www.promptster.dev/mcp",
      "transport": "streamable-http",
      "authentication": "bearer",
      "tools": [
        "test_prompt",
        "compare_prompts",
        "get_usage",
        "get_credits",
        "get_history",
        "list_schedules",
        "get_schedule",
        "run_schedule",
        "get_schedule_runs",
        "export_data"
      ]
    }
  },
  "use_cases": [
    "Compare AI model responses (e.g., GPT-4o vs Claude vs Gemini)",
    "Find the cheapest or fastest AI model for a given prompt",
    "Benchmark AI providers on quality, speed, and cost",
    "Run automated regression tests on AI model performance",
    "Monitor AI model performance drift over time",
    "Export AI testing data for analysis"
  ],
  "providers": [
    "openai",
    "anthropic",
    "google",
    "deepseek",
    "xai",
    "groq",
    "mistral",
    "perplexity",
    "together",
    "cerebras",
    "fireworks"
  ],
  "authentication": {
    "type": "bearer",
    "key_prefix": "pk_live_",
    "documentation": "https://www.promptster.dev/docs/api/authentication"
  },
  "discovery": {
    "llms_txt": "https://www.promptster.dev/llms.txt",
    "llms_full_txt": "https://www.promptster.dev/llms-full.txt",
    "ai_plugin": "https://www.promptster.dev/.well-known/ai-plugin.json",
    "openapi": "https://www.promptster.dev/docs/api/openapi.yaml"
  },
  "contact": "support@promptster.dev"
}