Skip to main content

Self-Hosted onboarding

Onboard a Self-Hosted Data Plane deployment through a one-time Admin Console wizard. Steps 1 to 5 collect configuration, Step 5 downloads the credential used to install the data plane, and Step 6 confirms completion. One value can be deferred: the gateway URL (Step 1), until after the gateway and DNS are live. Single sign-on (Step 2) cannot, because it is how the Console and the Admin Console are reached once onboarding finishes.


The onboarding wizard

The wizard launches automatically on the first sign-in to the Admin Console; there is no separate onboarding URL. Each step has Next and Previous controls. Next is enabled once the current step's required fields are filled; Previous returns to any earlier step to review or change a value.

Onboarding produces a configured management plane and a service-account.json file used as input to the data plane installation. Plan for 15 to 30 minutes, plus any back-and-forth with the identity provider (IdP) team.

Prerequisites

The environment checklist (browser, network, cluster, and SSO details) is on the Prerequisites page and is assumed complete here. The wizard itself needs four things on hand:

  • Access to the Admin Console, using the sign-in details Tetrate provides during provisioning. The wizard launches on that first sign-in.
  • API credentials for at least one LLM provider, for example an OpenAI API key. At least one (1) provider key must be available during onboarding.
  • OIDC IdP details (issuer URL, client ID, client secret, scopes), and an IdP administrator reachable during Step 2 to register the redirect URI the wizard displays. Agent Router supports OIDC only. See SSO configuration.
  • Optionally, a planned hostname for the gateway, for example https://ar-proxy.my-company.com. This value can be entered as the Data plane URL in Step 1, or passed later as tare install --serve-url. Neither entry point is mandatory: the URL can also be registered from the Admin Console once the gateway and DNS are live.

Get started

The wizard appears automatically when the Admin Console URL is first visited.

The onboarding wizard start screen

Click Start setup to begin.

Step 1: configure organization name

Fill in:

FieldRequiredDescriptionSample value
Organization NameYesThe organization's display nameAcme Corp.
Data plane URLNoThe public URL where the gateway (proxy) is reachable. Always include the scheme (https://). The same value can be passed to tare install --serve-url later.https://proxy.tare-pn-12345a678.tetrate.ai
Step 1 of the wizard: organization name and Data plane URL fields
The Data plan URL can be deferred

The gateway does not need to exist yet, and this field can be left empty. Next is enabled once Organization Name is filled in. Onboarding only stores the value; the cluster, ingress, and DNS come later during install.

Leaving the field empty means the default project is not serving traffic when the wizard finishes, which Step 6 reports. The URL can be registered at any time afterward under System → Settings → Data planes, or automatically by passing --serve-url to tare install. See Data plane installation.

Field label

The wizard labels this field Data plane URL, but the value is a gateway endpoint: a data plane hosts gateways, and each gateway owns the URL that clients call. See Manage multiple gateways on a data plane.

Step 2: configure corporate login (single sign-on)

Step 2 of the wizard: OIDC single sign-on configuration
SSO is how sign-in works after onboarding

Configure SSO in this step. No local account is issued alongside it, so the Console and the Admin Console are reached through the identity provider once the wizard finishes, and skipping the step leaves no way to sign back in. Details of the IdP side are in the SSO configuration guide.

warning

Agent Router supports OIDC only. SAML, LDAP, and other protocols are not supported.

The wizard displays the OIDC redirect URI for the deployment, following the pattern:

https://dashboard.<your-mp-host>/login

Register Agent Router as an OIDC application in the IdP using that exact URI, then fill in:

FieldRequiredDescriptionSample value
Issuer (IdP URL)YesOIDC issuer URL exposed by the IdPhttps://login.example.com/
Client IDYesOAuth client ID created for Agent Routeragent-router
Client SecretYesOAuth client secret paired with the Client ID••••••••
Discovery URLNoOIDC discovery document URL. If omitted, Agent Router constructs it as <Issuer URL>/.well-known/openid-configuration.https://login.example.com/.well-known/openid-configuration
ScopesYesOAuth scopes to requestopenid profile email
Admin emailYesAt least one user granted admin rights after the first SSO login[email protected]
Attribute mappingYesMaps an IdP claim to the Agent Router user's email. The typical value is email.email

Step 3: configure LLM provider(s)

Connect Agent Router to one or more LLM providers. At least one provider is required to route traffic.

Step 3 of the wizard: provider selection radio buttons

The wizard shows a radio button for each supported provider, including OpenAI, Anthropic, Google, Azure OpenAI, Mistral, Cohere, Together, and Perplexity. See Provisioning models and providers for the authoritative list. Select a provider, click Configure, then fill in:

FieldRequiredDescriptionSample value
Display NameNoOptional label shown in tables and filtersOpenAI
API Base URLYesBase URL for the provider API. Pre-filled for supported providers.https://api.openai.com/v1
Auth methodYesAuthentication method. Pre-filled per provider.API Key
Secret TypeYesPassword for single-string API keys; Service Account JSON for providers that authenticate with a JSON credential file.Password
Provider SecretYesAPI key, token, or service-account JSON. Use Rotate in the UI to replace a stored secret without clearing the rest of the form.sk-proj-...
Enable providerYesToggle on to expose the provider with this configuration.toggle

Repeat for each provider to expose.

Step 4: configure LLM models

The wizard shows a single list of all models Agent Router supports, maintained by Tetrate. By default, a selective set of common models is enabled. Deselect models to control cost, meet data-handling requirements, or scope to the intended use case. Models remain configurable later from the Admin Console. If a required model is missing, contact Tetrate support.

Step 4 of the wizard: model selection
About models

Models can be added during onboarding, an at a later stage using the Admin Console. Note that models selected here are automatically added to the default project, while models that are added after onboarding are not added automatically to the default project (or any other project). This should be done manually.

Custom model entries are not configurable in onboarding.

Step 5: configure AI gateway

This final step generates the credentials the data plane uses to authenticate to the management plane.

Click Create Service Account. A service-account.json file downloads. The credential is valid immediately and can be used to run tare install as soon as it lands.

warning

The download is one-shot. If the browser blocks it or the file is lost, the same credential cannot be downloaded again; regenerate it instead (see below).

warning

Treat service-account.json as a long-lived secret. Store it in a secret manager; do not commit it to source control.

Regenerate the service account file

If the file is lost before the data plane is installed, regenerate it from the Admin Console:

  1. Sign in to the Admin Console.
  2. Go to System | Settings.
  3. Open the Licenses tab.
  4. Click + Generate New License.

A new service-account.json file downloads, and the credential it replaces is revoked in the same operation. Only one credential is active per deployment, so older files stop working.

warning

Once the data plane is running, regenerating the credential is a rotation: the running data plane keeps using the file it was installed with, which is now revoked, and stops serving. Follow Data plane credentials instead.

Complete the process

Click Complete setup to finish onboarding.

The wizard completion screen with the Complete setup button

The account that completed the wizard holds the Super Admin role, which carries full access to every resource and setting. It is not the only one the deployment can have: Super Admin is granted to further users from Directory → Access at any time, and granting it to at least one colleague early is worth doing, because a lone holder leaves no route back into administration if that account is lost. The grant, edit, and revoke flow is covered in Manage roles and permissions.