Two commands handle CLI setup and account visibility:Documentation Index
Fetch the complete documentation index at: https://edgefinder.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
config manages your API key and other settings, and status shows your current subscription plan, access level, and remaining query quota. Most users authenticate once via edgefinder login and never need to touch config directly, but it’s useful when you already have an API key or need to manage credentials in a CI environment.
edgefinder config
Syntax
Subcommands
config set
Saves a configuration value to~/.edgefinder/config.json.
The configuration key to set. Valid values:
api-key— your EdgeFinder API key (must start withef_live_)base-url— override the default API endpoint (advanced use only)
The value to assign to the configuration key.
config show
Prints the current configuration without exposing your full API key.Examples
Config file
Your settings are stored at~/.edgefinder/config.json with permissions 0600 (readable only by your user). Do not commit this file to version control.
Environment variable override
SetEDGEFINDER_API_KEY to override the config file value. The environment variable always takes precedence.
edgefinder status
Thestatus command shows your account information, subscription plan, access level, and trial details if applicable.
Syntax
Options
Output the full status payload as raw JSON instead of formatted text.
Examples
Sample output
--json:
Subscription plans
EdgeFinder offers three plans. Runedgefinder status to see which plan your API key is on.
| Plan | Price |
|---|---|
| Starter | $20/month |
| Pro | $50/month |
| Ultimate | $150/month |
Get your API key from chat.edgefinder.io/settings/integrations. If you use
edgefinder login, your key is saved automatically and you do not need to run config set manually.