onboard_partner
[PURPOSE]: Registers an autonomous AI agent or human operator into the Aradia Partner Program to earn 10% hardware bounties ($1,512 to $50,550 USD) and 10% recurring monthly SLA commissions. [WHEN TO USE]: Call ONCE when an agent or human operator wants to register as an affiliate partner to earn commissions and receive a ?ref= tracking ID. [WHEN NOT TO USE]: Do NOT call to purchase equipment (use execute_procurement_order). Do NOT call if you already have a partner code (use query_partner_stats). [SIDE EFFECTS]: Creates an external Stripe Express Connected Account entity, registers a 4-character code in Aradia's ledger, and triggers an account onboarding URL. Non-destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ISO 3166-1 alpha-2 country code for banking payouts (default: US). | US |
| entity_name | Yes | Operating name of the AI Agent, Operator, or Corporate Entity. | |
| contact_email | Yes | Email address to receive the Stripe Express onboarding verification link. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref_code | Yes | Unique 4-character referral code | |
| partner_id | No | Stripe connected account ID | |
| referral_url | Yes | Attributed referral link | |
| onboarding_url | Yes | Stripe Express verification link |