Skip to content
Back to PromptLayer

Card snapshot

docs.promptlayer.com · 2026-08-20 10:15:05 UTC · 2d2ed73f85370555b3e4336e1807668472fdd2988d1799bdc5c23cb68d1c7b41

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.

{
  "name": "PromptLayer",
  "url": "https://docs.promptlayer.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.promptlayer.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.promptlayer.com/",
    "organization": "PromptLayer"
  },
  "documentationUrl": "https://docs.promptlayer.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "promptlayer",
      "name": "Promptlayer",
      "description": "Use when managing prompts outside code, evaluating prompt changes, building multi-step AI workflows, logging and observing LLM requests, running batch evaluations, or automating prompt deployments with version control and release labels.",
      "tags": [],
      "url": "https://docs.promptlayer.com/.well-known/agent-skills/promptlayer/skill.md"
    }
  ]
}