Phaseo CLI creates and manages Roo Code’s dedicated key. Roo Code keeps credentials in VS Code secret storage, so you complete the profile in the extension.
Create the credential
- Open Roo Code in VS Code.
- Open Settings, then Providers.
- Create a provider configuration profile and choose OpenAI Compatible.
- Enter these values:
- Save the profile and make it active.
Field labels can vary slightly between releases, but the profile needs the endpoint, key, and exact model ID.
Verify
Ask Roo Code to reply with PHASEO_ROO_OK, then confirm the request appears in Phaseo activity.
Remove
Delete the Phaseo profile or switch profiles, then run:
The CLI cannot delete values in VS Code’s private extension storage, but removal revokes the key.
Troubleshooting
Authentication fails
Retrieve the key again with phaseo integrations credential roo-code. Ensure the Base URL ends in /v1.
Roo Code cannot find the model
Enter the exact Phaseo model ID manually, including its provider prefix.
Switch to a model with tool-calling support.
Last modified on August 14, 2026