Vexly CLI
Use the Vexly CLI when you want a lightweight terminal wrapper around the public API.
What It Is Good For
- One-off prompts from a shell
- Simple scripting without a full SDK
- A compatibility layer for agent-driven business workflows
Reference Implementation
The public reference CLI lives here:
Environment Variables
export VEXLY_BASE_URL='https://api.vexly.io/api/v1/public'
export VEXLY_ACCESS_TOKEN='your_token_here'
Run a Prompt
Check a Run
Start Device Flow
Recommended Use
Use the CLI when you want a thin layer over the API. If your editor or coding-agent client already supports MCP well, use the MCP guide instead.