Skip to content
Back to PromptLayer

Card snapshot

docs.promptlayer.com · 2026-08-16 03:22:31 UTC · 8aaac1b4f25b42ecff36cb5dfec06a87fd08e09a31375220977181b55bd01466

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 building, versioning, deploying, and evaluating LLM prompts; managing multi-step AI workflows; logging and observing LLM requests; running evaluations and evals; or managing prompt templates outside of code.",
      "tags": [],
      "url": "https://docs.promptlayer.com/.well-known/agent-skills/promptlayer/skill.md"
    }
  ]
}