Skip to main content
POST
/
v1
/
tenants
/
declare-production
Submit a production-access declaration
curl --request POST \
  --url https://api.getsly.ai/v1/v1/tenants/declare-production \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "intended_use_case": "<string>",
  "expected_monthly_volume_usd": 123,
  "website_url": "<string>"
}
'
{
  "kyaTier": 123,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).

Body

application/json
intended_use_case
string
required

Free-form description of the integration. The denser the description, the faster the review.

Required string length: 20 - 1000
accepted_terms
enum<boolean>
required

Acceptance of the live-money-movement terms. Must be true.

Available options:
true
expected_monthly_volume_usd
number

Best-effort monthly volume estimate. Influences the initial beta ceiling.

website_url
string<uri>

Public-facing site or repo. Speeds up identity verification.

Response

Declaration accepted; tenant is now declaration_pending. Approval emails + in-app notifications fire on the admin decision.

status
enum<string>
required
Available options:
sandbox_only,
declaration_pending,
production_approved,
production_denied,
production_suspended
kyaTier
integer
required
message
string
required