npx -y @sharnix/agent@1.0.5
The problem
Getting started meant copying API keys, wiring MCP config by hand, and running separate commands just to get a share link — too many steps before you could show your app to someone.
What we did
One setup command opens your browser, saves your key, and writes MCP config to Cursor, Claude Desktop, and Windsurf. The --share flag prints a link the moment your tunnel connects.
What you can do now
Run npx @sharnix/agent setup once, then npx @sharnix/agent --port 3000 --share whenever you want to preview. Your AI tools can manage keys and links through MCP.
View technical details
npx @sharnix/agent setupopens your browser, captures the API key via device-flow OAuth, and writes MCP config to Claude Desktop, Cursor, and Windsurf automatically.- Added
--shareflag:npx @sharnix/agent --port 3000 --shareprints a share link immediately on connect. - New MCP tools:
create_api_keyandlist_api_keysfor managing credentials without leaving the agent. - Settings page now shows a green "Automatic setup" card with the one-command setup flow.