Card snapshot
blogbat.com
·
2026-08-15 00:36:52 UTC
·
3ebc77cd96d77d714d1802674dd58378b63f001ef6618274b445bae9add38620
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.
{
"protocolVersion": "0.3.0",
"name": "BlogBat Public Content Agent",
"description": "Read-only machine interface for discovering, searching, and consuming published BlogBat content.",
"url": "https://blogbat.com/api/v1/public/articles",
"preferredTransport": "HTTP+JSON",
"additionalInterfaces": [
{
"url": "https://blogbat.com/api/v1/public/articles",
"transport": "HTTP+JSON"
},
{
"url": "https://blogbat.com/api/search",
"transport": "HTTP+JSON"
}
],
"provider": {
"organization": "BlogBat",
"url": "https://blogbat.com"
},
"version": "1.0.0",
"documentationUrl": "https://blogbat.com/docs/api",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {},
"security": [],
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/markdown"
],
"skills": [
{
"id": "list-public-articles",
"name": "List public articles",
"description": "Read paginated summaries of published BlogBat articles, optionally filtered by category or tag.",
"tags": [
"blog",
"articles",
"discovery",
"seo"
],
"examples": [
"List the newest BlogBat articles.",
"Find published articles in the website tips category."
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "read-public-article",
"name": "Read a public article",
"description": "Fetch the full read-only payload for a published article by slug.",
"tags": [
"blog",
"article",
"content"
],
"examples": [
"Read the published article with slug low-cost-seo-packages."
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json",
"text/markdown"
]
},
{
"id": "search-public-articles",
"name": "Search public articles",
"description": "Search recent published BlogBat articles by title, body, excerpt, tags, and keywords.",
"tags": [
"blog",
"search",
"articles"
],
"examples": [
"Search BlogBat for articles about local SEO."
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"supportsAuthenticatedExtendedCard": false
}