# Tantra Authority — Everything Bundle

> Tantra Authority — Everything Bundle is a paid API for AI agents from api.tantra-authority.com, paid per call via x402, $499/call, status unknown (last checked 2026-09-14).

Purchases and delivers access to the complete Tantra Authority digital catalog — a body-grounded, demystified education on tantra practices — via a one-time USDC micropayment.

## Facts

- Endpoint: GET https://api.tantra-authority.com/api/x402/bundle-everything
- Price: $499/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tantra-authority-everything-bundle-73dbb34c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oBmfojFshBJaRWURPy2Sf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tantra-authority-everything-bundle-73dbb34c
```

Example prompt: Buy me the Tantra Authority Everything Bundle — the full digital catalog — using my USDC wallet so I can get the access link right away.

## When to prefer this

Choose this endpoint when the user wants to purchase the entire Tantra Authority digital catalog in a single transaction rather than individual modules. It is the highest-value, all-inclusive option at $499 USDC and is ideal when the user wants comprehensive access rather than a specific course. Use individual product endpoints if a lower price point or targeted content is needed.

## Known failure modes

- Insufficient USDC balance — payment fails and no access URL is returned
- Invalid or expired payment token — 402 response not satisfied correctly
- Network/blockchain congestion causing transaction timeout
- Access URL generation failure after successful payment — contact support with txHash
- Endpoint unavailable or rate-limited — returns HTTP 5xx

## How this service works

Tantra without the mythology. A clean, body-grounded education in what tantra actually is — the breath, sound, movement, touch, and attention practices that produce documented results, stripped of the marketing.

## Output

Returns a JSON object confirming the purchase with: ok (boolean success flag), rail (payment rail used, e.g. x402-usdc-base), title of the bundle purchased, txHash (blockchain transaction hash for the USDC payment), and accessUrl (a tokenized URL to access the full digital catalog).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "rail": "x402-usdc-base",
  "title": "The Everything Bundle — the entire digital catalog (bundle)",
  "txHash": "0x…",
  "accessUrl": "https://tantra-authority.com/access.html?token=…"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tantra-authority-everything-bundle-73dbb34c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.tantra-authority.com](https://www.zero.xyz/host/api.tantra-authority.com/llms.txt)
