Introduction

WelcomeServices map

Guides

AcceptSpend

Legal

SecurityPrivacyTerms

PreviousRegister agentNextAccounts
BlogPrivacyTerms

Set org slug

Create the owner account wallet if needed, then set or change the org slug used as the pay address.


Same flow over HTTP: Handles API

Tool

rill_claim_handle

Signing in already assigns a generated org slug. Pass handle only when you want a specific slug. Save account_wallet_id for rill_fund and rill_create_wallet.

Auth

Owner Supabase JWT required (session RILL_OWNER_JWT or owner_jwt argument). Invalid JWT returns 401.

Parameters

ParameterTypeRequiredDescription
handlestringnoOptional org slug to set or rename. Omit to keep the generated slug. Leading @ is stripped.
owner_jwtstringnoOverrides session / RILL_OWNER_JWT for this call

Usage notes

  • Save account_wallet_id for fund and create-wallet steps.
  • Slug conflicts return a clear error, pick another.
  • Same flow over HTTP: POST /handles/claim or PATCH /handles.