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_resourcesUse 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
Parameters
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.