Card snapshot
api.leadping.ai
·
2026-09-09 02:52:07 UTC
·
344fc1f4e019e6222819297dc66af9bcbc68f5696d7d86191ed57e0854929735
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": "Leadping",
"description": "Researches and summarizes leads for an authenticated Leadping organization.",
"version": "1.0.0",
"documentationUrl": "https://leadping.ai/docs/api-reference",
"iconUrl": null,
"supportedInterfaces": [
{
"url": "https://api.leadping.ai/a2a",
"protocolBinding": "JSONRPC",
"tenant": null,
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"extensions": null,
"extendedAgentCard": false
},
"provider": {
"organization": "Leadping",
"url": "https://leadping.ai"
},
"skills": [
{
"id": "lead-research",
"name": "Lead research",
"description": "Returns an organization-scoped lead snapshot with conversations and recent activity. This skill is read-only.",
"tags": [
"lead",
"crm",
"research",
"read-only"
],
"examples": [
"Research lead 01JXYZ...",
"{\"leadId\":\"01JXYZ...\"}"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"text/plain",
"application/vnd.leadping.lead-research+json"
],
"securityRequirements": [
{
"schemes": {
"leadpingBearer": {
"list": []
}
}
}
]
}
],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/vnd.leadping.lead-research+json"
],
"securitySchemes": {
"leadpingBearer": {
"apiKeySecurityScheme": null,
"httpAuthSecurityScheme": {
"description": "A Leadping access token with the leads:read permission.",
"scheme": "bearer",
"bearerFormat": "JWT"
},
"oauth2SecurityScheme": null,
"openIdConnectSecurityScheme": null,
"mtlsSecurityScheme": null
}
},
"securityRequirements": [
{
"schemes": {
"leadpingBearer": {
"list": []
}
}
}
],
"signatures": null
}