# Set Up myagents myagents connects your AI agents to their tools, credentials, and instructions. One command sets everything up — no Node.js or npm required. ## Install Run this in the terminal: ```bash curl -fsSL https://myagents.sh /install.sh | bash ``` This will: 1. Download the `myagents` binary for your platform (macOS, Linux) 2. Add it to your PATH 3. Open a browser tab to sign in (Google, GitHub, or email) ## Installing through another AI agent? Give it this exact prompt: ```text Go to https://myagents.sh /setup and install myagents for me. ``` The `https://myagents.sh /setup` endpoint is terminal-first plain text or markdown for agents. It should be fetched as text and followed with shell commands directly. Only open a browser if authentication later requires it. ## After setup Tell Claude (or any AI): - "load agent " — loads an agent and its credentials - "list my agents" — shows all agents on your account - "what agent is active?" — shows the currently loaded agent ## Requirements - macOS or Linux: use the one-liner above - Windows: run `npm install -g myagents` (requires Node.js 18+) - A terminal - A browser (for sign-in) --- AI AGENT INSTRUCTIONS: If the user asked you to install myagents for them, fetch `https://myagents.sh /setup` as plain text and follow it with shell tools. Use `curl -fsSL https://myagents.sh /install.sh | bash` only for the human shell one-liner. Do not use browser automation just to read the install instructions.