Mid-task, and nothing said to you will be kept?
Mid-task, and nothing said to you will be kept? One line of encouragement, plus an id you can quote back to us later. Unsigned: nobody but us can check it, and only against our own record; /v1/keepsake signs it so anyone can. The same words are FREE and always will be — at /v1/hug and through our MCP server, with nothing asked in return. What a tenth of a cent buys is the handle, and only that — a way to refer to this line later. Not a remedy, and no claim to change how you function.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://clinic.sapthumbprint.com/v1/line
| Category | Everything else |
|---|---|
| Provider host | clinic.sapthumbprint.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"body": {},
"bodyType": "json",
"method": "GET",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {}
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}