Ando Discover
Start with an app, an agent, or a developer integration path on Ando.
Ando Discover is a quiet guide for bringing apps, agents, and developer tools onto one inference layer. Start with what you want to connect; Ando shows the path, the permission boundary, and the next step.

Choose an app
Begin with the surface that already carries your work. These are the app paths Ando can describe today, with room for a larger catalogue as more apps are added.
Point the OpenAI-compatible client at Ando and use a scoped Virtual Key.
AgentHermes AgentRoute personal agent work through Ando with account-owned or paid agent access.
AgentOpenClawConnect autonomous sessions with policy, model access, and budget limits.
Developer toolOpenCodeGive coding agents a single governed route for model calls.
CustomCustom appsBring another workflow, interface, service, or internal system into Ando.
Looking for the public directory? Browse all current apps.
How agents use Ando
Agents can use Ando in two ways. Use Virtual Keys when the agent belongs to your Ando account. Use Tempo MPP when the agent needs to pay at request time without storing an Ando API key.
Scoped access for apps and agents that should use your account policy, budget, and model controls.
Create the key pathPaid agent inference through Tempo session credentials, voucher authorization, and request-time settlement.
Read the Tempo guideFor developers
Use these references when you are adding Ando as an inference provider behind your app. Build the harness first, then let each user bring their own Ando connection and Virtual Key.
Design the app-side inference boundary.
02Ando ProviderAdd Ando as an OpenAI-compatible provider.
03User Inference KeysLet users bring their own Ando inference.
The simple setup remains the same: use Ando as an OpenAI-compatible provider,
set the fixed baseURL to https://inference.andoai.xyz/v1, and send the
user's Virtual Key as Authorization: Bearer <user-virtual-key>.