REPEAT PAID CALLS
—
DETERMINISTIC / PAID / MACHINE-NATIVE
Deterministic payload utilities for AI agents.
LIVE SETTLEMENT TELEMETRY
Loading live telemetry…
REPEAT PAID CALLS
—
PAID CALLS
—
SUCCESSFUL PAID CALLS
—
UNIQUE PAYERS
—
REPEAT PAYERS
—
REPEAT CALL RATE
—
LIFETIME REVENUE
—
24H REVENUE
—
7D REVENUE
—
NETWORK ACTIVITY
NETWORK ACTIVITY
CANONICAL CATALOGUE
Every HTTP and MCP execution is payment-gated. Listing and discovery remain free.
/hashHash text, strings, or UTF-8 payload data with SHA256, SHA384, or SHA512. Compute a cryptographic hash, checksum, or digest for payload integrity, content fingerprinting, cache keys, and verifying that data has not changed.
/base64Base64 encode text or payload data, or Base64 decode a string back to UTF-8 text. Useful for Base64 encode/decode, API payload conversion, transport encoding, reversible text conversion, and decoding opaque payload strings.
/hmacCreate or verify an HMAC for a message or payload using SHA-256, SHA-384, or SHA-512. Useful for webhook signatures, shared-secret authentication, payload signing, and message integrity checks.
/json-validateValidate JSON data or an API payload against a compact JSON schema and return deterministic validation results. Check required fields, value types, object structure, and structured agent inputs. Useful as a JSON validator for API responses, request payloads, and schema checks.
/jwt-inspectInspect and decode a JWT token, including its header, claims, timestamps, and time validity, without verifying the signature. Useful for JWT claims inspection, token debugging, and payload analysis.
/text-diffCompare two texts or strings and find what changed. Return a deterministic line-by-line text diff showing added, removed, modified, and unchanged lines. Useful for text comparison, string comparison, change detection, version comparison, and finding differences between two payloads.
/pipelineTransform payload data through 1 to 12 deterministic steps in one call, including Base64 encode/decode, hex encode/decode, URL encode/decode, JSON parse/canonicalize, and SHA256/SHA512 hashing. Useful for multi-step data transformation, payload processing, encoding pipelines, decoding pipelines, and chained transformations.
/payload-inspectInspect an unknown payload or string and detect whether it looks like JSON, JWT, Base64, hexadecimal, or URL-encoded data without executing code. Useful for payload identification, encoding detection, and deciding how to decode opaque input.
QUICK START
POST /hash
Content-Type: application/json
{
"input": "hello",
"algorithm": "SHA-256"
}
Agent sends requestCall a canonical POST endpoint.
Service returns HTTP 402Payment requirements are machine-readable.
Agent chooses a railBase USDC or Solana USDC.
Payment settlesThe facilitator confirms settlement.
Tool returns its resultDeterministic output, no model call.
MACHINE RESOURCES
PRIVACY-MINIMAL TELEMETRY
Customer payload contents are not stored. Raw payer addresses are not stored. Public stats contain aggregate paid usage only.