CLI Integration
You can use the OpenAI CLI with a custom base URL to interact with QuickSilver agents — perfect for rapid testing, scripting, or automation tasks.Installation
Setup
Set your API credentials as environment variables:Replace
your-api-key with your actual QuickSilver API key.Usage
Use the following command to start a conversation:Tips
- Ideal for quick testing, automation scripts, and CI workflows
- Using environment variables keeps your API key secure
- Fully compatible with OpenAI CLI syntax and commands
- Do not share your API key in public code or command history

