Card snapshot
docs.promptlayer.com
·
2026-08-11 13:11:11 UTC
·
621f8a36db8c2bb0959db33923d3ea2051f8112926eb7155bbca4cf2ba55321f
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 before production, building multi-step AI workflows, logging and observing LLM requests, running evaluations against datasets, or deploying prompt versions with release labels. Agents should reach for this skill when working with prompt templates, setting up evaluations, configuring observability, building workflows, or managing production deployments of AI systems.",
"tags": [],
"url": "https://docs.promptlayer.com/.well-known/agent-skills/promptlayer/skill.md"
}
]
}