Commands
runagent setup
Setup RunAgent authentication
Synopsis
Description
Configure RunAgent authentication and global settings. Creates a configuration file for persistent authentication.
Options
Option | Description | Default |
---|---|---|
--api-key | API key (prompt if not provided) | - |
--api-url | Custom API endpoint | https://api.run-agent.ai |
--config-path | Config file location | ~/.runagent/config.json |
Examples
Interactive Setup
Configuration File
Creates ~/.runagent/config.json
:
Security
- API keys are stored locally
- File permissions set to 600 (user read/write only)
- Never commit config files to version control
See Also
runagent teardown
- Remove configuration