Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.myproceeds.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Every paywall declares the HTTP methods it accepts. Requests using any other method are rejected before payment is considered.

Supported methods

GET, POST, PUT, PATCH. You must select at least one method per paywall.

Common patterns

API shapeMethods to enable
Read-only data APIGET
Inference or agent toolPOST
Idempotent updatesPUT
Partial updatesPATCH
RPC-style endpoint that accepts bothPOST, GET

Why this matters

  • Cost discipline. A POST paywall won’t accidentally charge for a GET health-check.
  • Security. Methods you don’t explicitly allow can’t be used to call your origin through Proceeds.
  • Predictability. Clients see a consistent interface — they know exactly which methods are paid.

Change allowed methods

Edit the paywall and toggle methods. The change takes effect immediately. Existing payments for previously-allowed methods remain valid.
Restricting methods does not affect routes elsewhere on your origin — only the route protected by this paywall.