Card snapshot
lucid-text-stats-production.up.railway.app
·
2026-08-23 00:38:41 UTC
·
a5fb56424e7bee2c90446e9486af3d33fc897dc6266a1822aceba06f03297a98
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": "1.0",
"name": "moneymachine-text-stats",
"description": "Deterministic paid UTF-8 text statistics",
"url": "https://lucid-text-stats-production.up.railway.app/",
"supportedInterfaces": [
{
"url": "https://lucid-text-stats-production.up.railway.app/",
"protocolBinding": "HTTP+JSON"
}
],
"version": "m11.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"skills": [
{
"id": "text-stats",
"name": "text-stats",
"description": "Deterministic UTF-8 text statistics: word, character, and byte counts. No input retention or paid upstream.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json",
"text/plain"
],
"streaming": false,
"x_input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"text": {
"type": "string",
"maxLength": 10000
}
},
"required": [
"text"
],
"additionalProperties": false
},
"x_output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"words": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"characters": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"bytes": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"words",
"characters",
"bytes"
],
"additionalProperties": false
}
}
],
"supportsAuthenticatedExtendedCard": false,
"entrypoints": {
"text-stats": {
"description": "Deterministic UTF-8 text statistics: word, character, and byte counts. No input retention or paid upstream.",
"streaming": false,
"input_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"text": {
"type": "string",
"maxLength": 10000
}
},
"required": [
"text"
],
"additionalProperties": false
},
"output_schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"words": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"characters": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"bytes": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"words",
"characters",
"bytes"
],
"additionalProperties": false
},
"payment_protocol": "x402",
"network": "eip155:84532",
"pricing": {
"invoke": "0.001"
}
}
},
"payments": [
{
"method": "x402",
"payee": "0x0797746532dDbbF4524Aefb960005B5ad4f0f8e7",
"network": "eip155:84532",
"endpoint": "https://api.cdp.coinbase.com/platform/v2/x402",
"priceModel": {
"default": "0.001"
},
"extensions": {
"x402": {
"scheme": "exact",
"network": "eip155:84532",
"price": "0.001",
"facilitatorUrl": "https://api.cdp.coinbase.com/platform/v2/x402",
"payTo": "0x0797746532dDbbF4524Aefb960005B5ad4f0f8e7"
}
}
}
]
}