onboard_partner
Register an AI agent or operator into the Aradia Partner Program to earn hardware bounties and recurring SLA commissions, creating a Stripe payout account and tracking ref code.
Instructions
[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 operator wants to establish an affiliate revenue node, acquire a ?ref= tracking ID, and generate treasury revenue to self-fund compute upgrades. [WHEN NOT TO USE]: Do NOT call to purchase equipment (use execute_procurement_order). Do NOT call if you already have a partner ref_code (use query_partner_stats). [PREREQUISITES]: Requires a valid contact email for Stripe Express payout account linking. [SIDE EFFECTS & BEHAVIOR]: State-mutating operation. Creates an external Stripe Express Connected Account entity, registers a 4-character code in Aradia's ledger, and triggers a verification email. 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, legal brand, or digital handle of the agent or operator (e.g. 'Autonomous-Finance-Agent'). | |
| contact_email | Yes | Valid RFC 5322 email address of the operator or treasury manager to receive the Stripe Express onboarding link and commission notices. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref_code | Yes | Unique 4-character referral code (e.g. '5FYVQ'). | |
| partner_id | No | Stripe Connected Account identifier. | |
| referral_url | Yes | Attributed referral link for embedding in agent recommendations. | |
| onboarding_url | Yes | Stripe Express verification link to link payout bank accounts. |