ToolAssay

Stacktree

Stacktree: provision a persistent API key for hosting HTML pages as private, shareable web pages ($1.00). The key is returned once in the response body.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
324 msmedian answer time
$1.00listed price per call
$1.00price 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://api.stacktr.ee/provision

CategoryEverything else
Provider hostapi.stacktr.ee
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days4 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.00 324 ms

Example input (from the provider)

{
  "body": {},
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "description": "Optional JSON body. Payment is carried in the PAYMENT-SIGNATURE header (x402 v2), so no body is required. Fields apply only to the token-carried rails (ACP / AP2).",
          "properties": {
            "acp_shared_payment_token": {
              "description": "ACP rail: a Stripe Shared Payment Token (spt_...).",
              "type": "string"
            },
            "ap2_mandate": {
              "description": "AP2 rail: an AP2 mandate object.",
              "type": "object"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "description": "Returned once payment settles.",
          "properties": {
            "api_key": {
              "description": "The provisioned stk_live_ API key, shown once.",
              "type": "string"
            },
            "ok": {
              "type": "boolean"
            },
            "prefix": {
              "type": "string"
            },
            "protocol": {
              "type": "string"
            },
            "usage": {
              "description": "How to use the key, e.g. \"Authorization: Bearer stk_live_...\".",
              "type": "string"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON