AgenticMarket uses API keys to authenticate all CLI commands and tool calls.
{/* IMAGE: Dashboard API keys page */}
If you lose your key, generate a new one from the same page. Old keys are invalidated when you generate a new one.
| Key type | Format | Used for |
|---|---|---|
| User key | am_live_xxxx | CLI authentication and tool calls |
| Server key | am_server_xxxx | Verifying requests on your MCP server (creators only) |
bashagenticmarket auth am_live_xxxxxxxxxxxxxxxxxxxx
Your key is stored locally at:
~/.agenticmarket/config.json
This file is only on your machine. Never commit it to version control or share it publicly.
bashagenticmarket whoami
Returns your username and account status.
bashagenticmarket logout
This clears your saved API key and account info from your local machine. Your AgenticMarket account and installed skills are not affected — only the local credentials are removed.
To use the CLI again after logging out, run agenticmarket auth with your key.
am_live_ key publicly~/.agenticmarket/config.json to a repository