Skip to main content
You can sign up with a social provider (no password to manage) or with an email address and password.
Cognee Cloud supports Google and GitHub sign-in, as well as email + password.

Sign up

1

Open the console

Go to platform.cognee.ai and choose Continue with Google, Continue with GitHub, or enter an email and password (at least 8 characters, confirmed).
2

Authorize or verify

For a social provider, approve the OAuth prompt — Cognee uses the provider for identity only. For email + password, check your inbox and click the verification link to confirm your address.
3

Account created

Your account is created and ready to use.

Email verification

When you sign up with email and password, you must verify your email before signing in:
  1. After registering, you are prompted to verify your email and a verification message is sent to your address.
  2. Clicking the link confirms your address and takes you to an Email verified! confirmation page (Your account is ready. Sign in to get started.).
  3. Select Sign in to return to the login page, where a Your email has been verified. You can now sign in. notice confirms the address is active.

If sign-ups are capped

Cognee occasionally closes new sign-ups. When that happens a new account lands on We’re at capacityDue to overwhelming demand, we are currently operating at full capacity. You have been added to our waitlist and we will notify you as soon as a spot opens up. The only action on that page is Sign out; you are notified by email when a place frees up.

Forgotten password

Forgot Password on the sign-in page asks for your email — Enter your email and we’ll send you instructions to reset your password. — and Send reset link sends it, with Back to sign in to return. Repeated attempts are rate-limited (Too many attempts. Please wait a moment and try again.). Follow the emailed link to set a new password.

Generate an API key

API keys authenticate requests from the Cloud SDK, the REST API, and agent connections.
  1. In the sidebar, open API Keys.
  2. Click Create new key, then name the key in the Create API key modal.
  3. Copy the key and store it securely. It is shown only once.
Treat API keys like passwords. Do not commit them to version control. Use environment variables (COGNEE_API_KEY) instead.

Next steps

Onboarding walkthrough

Upload your first file, build a knowledge graph, and run a search.

Cloud SDK

Interact with Cognee Cloud programmatically using the Python SDK.