Create Your Account
Sign up at supyagent.com, connect an integration, and create your API key.
Create Your Account
In this page, you'll create a Supyagent account, connect your first integration, and get an API key.
1. Sign up
Go to supyagent.com and click Sign Up. You can sign in with:
- Google — one click if you're already signed into Google
- GitHub — one click if you're already signed into GitHub
That's it. No email verification, no password to remember.
2. Connect an integration
After signing in, you'll land on the Dashboard. This is where you manage your connected apps.
Click Connect next to an integration to set it up. We recommend starting with Google since most people already have a Google account and it gives you access to Gmail, Calendar, and Drive all at once.
When you click Connect on Google:
- A Google sign-in window opens
- You'll see the permissions Supyagent is requesting (read/send email, view calendar, etc.)
- Click Allow
- You're redirected back to the dashboard
- The integration shows as Active with a green indicator
Tip: You can connect as many integrations as you want. Each one unlocks more tools for your AI to use.
3. Create an API key
Your API key is how the CLI and SDK authenticate with Supyagent on your behalf.
- Go to Settings (gear icon in the sidebar)
- Click API Keys
- Click Create API Key
- Give it a name (e.g., "my laptop")
- Copy the key — it starts with
sk_live_and looks likesk_live_abc123...
Important: This is the only time you'll see the full key. Copy it now and store it somewhere safe. If you lose it, you can always create a new one.
What you just did
You now have:
- A Supyagent account
- At least one connected integration (e.g., Google)
- An API key that lets external tools access your integrations
The API key is what the CLI uses behind the scenes. In the next step, you'll install the CLI and link it to your account.
Next step
Install the CLI — Get the supyagent command on your machine.