ToolAssay

Instant Cert — LEGACY TASTE ONLY Exact $0.05 for ONE mutating SQL PASS/FAIL

Instant Cert — LEGACY TASTE ONLY Exact $0.05 for ONE mutating SQL PASS/FAIL. OFF TABLE as wealth. Prefer Authorize mutating SQL before execute via Pilot Challenge unlock POST /v1/challenge/unlock $100 (amount 100000000) or Gateway invoice $299/mo. Not a production authorize path.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
594 msmedian answer time
$0.05listed price per call
$0.05price it asked us

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

POST https://sqlguard.io/v1/cert

CategoryCode and developer
Provider hostsqlguard.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 594 ms

Example input (from the provider)

{
  "body": {
    "agent_id": "0xYourAgentOrWallet",
    "schema_ddl": "CREATE TABLE users (id int primary key, email text not null);",
    "sql": "INSERT INTO users (id, email) VALUES (1, 'agent@sqlguard.io');"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "agent_id": {
              "description": "Stable agent or wallet id on the certificate receipt",
              "type": "string"
            },
            "schema_ddl": {
              "description": "Current production schema snapshot (CREATE TABLE \u2026) for sandbox validate",
              "type": "string"
            },
            "sql": {
              "description": "Exact mutating SQL the agent intends to run after PASS verify",
              "type": "string"
            }
          },
          "required": [
            "schema_ddl",
            "sql",
            "agent_id"
          ]
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "certificate": {
              "type": "object"
            },
            "ok": {
              "type": "boolean"
            },
            "product": {
              "type": "string"
            },
            "signature": {
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON