Introduction

WelcomeServices map

Guides

AcceptSpend

Legal

SecurityPrivacyTerms

PreviousFundNextCreate pay link
BlogPrivacyTerms

List or create resources

List, create, update, or deactivate seller SKUs. Prefer rill_create_pay_link for a hosted Accept gate.


Same flow over HTTP: POST /resources

Tool

rill_resources

Use action=list to inventory priced resources. Use action=create for a raw SKU when you will gate with your own SDK. action=update changes path or amount. action=deactivate sets active=false. For hosted Accept without an SDK, prefer rill_create_pay_link, it returns gate_url (agents pay this) and pay_page_url for humans.

Auth

Seller key required (rill_sk_* via session, RILL_SELLER_KEY, or seller_key).

Parameters

ParameterTypeRequiredDescription
actionlist|create|update|deactivateyeslist inventory; create posts a SKU; update path/amount; deactivate sets active=false
path_or_toolstringcreate; update optionalHTTP path or MCP tool name
amountnumbercreate; update optionalUSD price
resource_idstringupdate/deactivateExisting resource id
resource_typehttp|mcpnocreate only; defaults to http
seller_keystringnoOverrides the session seller key

Usage notes

  • After create, call rill_create_pay_link with resource_id if you still want a hosted page.
  • Open-rail pays on the gate credit seller balance for Connect payout.
  • Same flows over HTTP: GET /resources, POST /resources, PATCH /resources/:id. CLI twin: update-resource.