Configure AdvocateHub tenant credentials
configure_tenantConfigures organization credentials (API token and org ID) or SSO hub URL, required before using other tools.
Instructions
Supplies org-wide API credentials (api_token + org_id) and/or hub_url for SSO. Required before other tools when the server started unconfigured. Org-token tools need api_token + org_id; SSO-only sessions need only hub_url (org id is derived from the JWT after sso_login).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Numeric organization id (X_ORG_ID). Required with api_token. | |
| hub_url | No | Hub web app origin for SSO tools (e.g. https://yourhub.influitives.com). | |
| base_url | No | REST API origin (default: https://api.influitives.com). | |
| validate | No | When true (default), validates org credentials via GET /api/members/me when api_token is supplied. | |
| api_token | No | Narci API token from hub Admin → Integrations → Influitive API. Optional for SSO-only. |