Back to Logwick
Card snapshot
logwick.io
·
2026-05-18 15:57:03 UTC
·
a1efc56db44b32d038961f2d17e5f7ddeb887abba34691cb9f2de7d20b884b1d
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": "Logwick",
"description": "The audit log for AI agents. Log every prompt, response, and error your AI agents produce in production. Query logs in plain English via MCP.",
"url": "https://logwick.io",
"version": "1.0.0",
"contact": {
"email": "hello@logwick.io",
"url": "https://logwick.io"
},
"skills": [
{
"id": "ingest-log",
"name": "Ingest AI agent log",
"description": "Log an AI agent action including agent name, action type, input, output, status, tokens, latency, and cost.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "query-logs",
"name": "Query audit logs",
"description": "Search and filter AI agent logs by status, agent, action, date range, or keyword.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/event-stream",
"text/csv"
]
},
{
"id": "get-stats",
"name": "Get usage statistics",
"description": "Get aggregated stats including success rate, error rate, average latency, total tokens, and cost.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "pay-per-log",
"name": "Pay-per-log via x402",
"description": "Log an AI action by paying $0.001 USDC on Base mainnet. No account required.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"endpoints": {
"ingest": "https://logwick.io/api/v1/logs",
"query": "https://logwick.io/api/v1/logs",
"stream": "https://logwick.io/api/v1/logs/stream",
"stats": "https://logwick.io/api/v1/stats",
"agentLog": "https://logwick.io/api/v1/agent-log",
"agentLogs": "https://logwick.io/api/v1/agent-logs",
"agentStats": "https://logwick.io/api/v1/agent-stats",
"mcp": "npx @logwick/mcp"
},
"authentication": {
"primary": {
"type": "bearer",
"description": "API key from logwick.io/dashboard",
"format": "Authorization: Bearer sk-lw-..."
},
"agentAuth": {
"type": "x402",
"description": "Pay $0.001 USDC on Base mainnet per log \u2014 no account required",
"network": "eip155:8453",
"price": "$0.001"
}
},
"openapi": "https://logwick.io/openapi.json",
"documentation": "https://logwick.io/docs",
"llmsTxt": "https://logwick.io/llms.txt",
"llmsFullTxt": "https://logwick.io/llms-full.txt"
}