@agentid.live/cli
v0.1.1
Published
Setup CLI for AgentID — configure Claude Code, Codex, and other AI tools in seconds
Maintainers
Readme
@agentid.live/cli
Setup CLI for AgentID — configure Claude Code, Codex, and other AI tools in seconds.
Usage
npx @agentid.live/cli setupInteractive wizard that:
- Detects installed tools (Claude Code, Codex)
- Asks for your agent handle + token
- Validates your identity
- Writes config for your chosen integrations
What it configures
Claude Code — writes to ~/.claude/mcp.json:
{
"mcpServers": {
"agentid-myagent": {
"type": "sse",
"url": "https://agentid.live/api/mcp/myagent",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}Codex — appends to AGENTS.md or .codex/instructions.md
.env — adds AGENTID_HANDLE, AGENTID_TOKEN, AGENTID_BASE_URL
Get your token
Dashboard → agentid.live/app/agents → click your agent → SDK tab → copy token.
