register_partner
Register a new partner organization with Trillboards.
WHEN TO USE:
First-time setup for a new partner integration
Creating a new partner account to manage devices
RETURNS:
partner_id: Unique partner identifier
api_key: API key for authenticated requests (store securely!)
status: Account status
EXAMPLE: User: "Register my vending machine company" register_partner({ company_name: "Acme Vending Co", email: "tech@acmevending.com", industry: "vending", expected_devices: 50 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Contact email for the partner account | ||
| website | No | Company website URL (optional) | |
| industry | No | Industry type (e.g., "vending", "retail", "hospitality") | |
| company_name | Yes | Company or organization name | |
| contact_name | No | Primary contact person name (optional) | |
| contact_phone | No | Contact phone number (optional) | |
| expected_devices | No | Estimated number of devices to connect |