Adding a model connection
Click Add Model Connection and fill in the form:
Studio configures the technical connection for you. You choose where the model lives; agents reference the connection by name.
Connection types
Credentials become secrets
When you save a model connection with a new API key, Studio:- Stores the key in the Registry secrets store with a suggested name (e.g.,
OPENAI_API_KEY,OPENSHIFT_AI_API_KEY) - References the secret in the connection config — the raw key is never stored in plain text
Endpoint guidance
Using connections in agents
When creating or editing an agent, select an existing model connection from the inference tab. You do not re-enter credentials — agents inherit authentication from the connection.Next steps
Creating an Agent
Once you have a model connection, you are ready to create your first agent.