RPC URLs
Set default RPC
opendev tx and opendev simulate commands use that RPC:
Override per-command
Environment variable
Configuration file
Persisted state lives in~/.opendev/credentials.json:
Custom credentials path
Override the default location:AI provider configuration
See AI Insights for detailed setup. Quick reference:Advanced options
Custom endpoint for AI analysis
Disable AI entirely
Override AI model
Optional: Helius API key
For richer transaction parsing when available:Network selection
Network flag (simplest)
RPC flag (most control)
Configuration (default for all commands)
Flags override configuration. So
opendev tx <sig> --network mainnet will use mainnet even if ~/.opendev/credentials.json specifies a devnet RPC.