Changing one surface does not automatically change the other. See Core
concepts and the Cloud Agent
overview.
Add a local Provider record
Use an environment or exact Vault reference instead of putting an API key in the catalog:env:OPENAI_API_KEY reference, not
the environment variable’s value. The default test checks configuration and
credential availability. Add --live only when you intentionally want a
direct provider probe.
To use a Vault value, first copy the exact reference from clawdi vault list
and pass it as the auth reference:
The local catalog lives on this computer. It does not upload its records to
the dashboard AI Providers page, and Clawdi does not proxy the Agent’s model
requests; supported local Agent software calls the provider directly.
Apply a local record to supported Agent software
Provider projection differs by CLI version and Agent software. First inspect the shipped help:apply is available, preview the target before writing its native
configuration:
apply for the intended software,
configure that software through its own supported provider settings. A catalog
record by itself is inventory, not proof that an Agent is using it.
Configure a Cloud Agent Provider
Use the dashboard for the remote path:- Open AI Providers and choose Add provider.
- Select one of the providers currently offered, choose the authentication method shown, and finish credential setup.
- Use the connection test and resolve any setup warning before assignment.
- Open Agents, select the Cloud Agent, and open AI.
- Choose the provider and primary model available for that Agent, then select Save changes.
- Wait for the Agent page to finish updating before testing a new conversation.
The Cloud Agent’s AI section shows the saved provider and model, and the
Agent can start a model-backed conversation after its runtime is ready.
clawdi ai-provider add does not assign
a provider to a Cloud Agent.
For local catalog, OAuth, import, export, and provider-specific options, use
clawdi ai-provider --help and the relevant subcommand help. For remote
lifecycle behavior, see Cloud Agent settings and
lifecycle.