Skip to main content

Create an account

This page gets you from "no account" to "signed in to the console with a project selected." It takes about two minutes once you have your credentials.

There is no sign-up page

The Crusoe Agent Platform has no self-service sign-up during alpha. Ask your administrator for an account or an invitation link. If you don't know who your administrator is, ask whoever told you about the platform.

Before you begin

You need one of these from an administrator:

  • An email + temporary password (they created the account for you), or
  • An invitation link (a one-time URL that lets you create your own password).

Which one you get is your admin's choice. Both paths end in the same place.

Path A: you were given a temporary password

1. Sign in

Open https://console.codyhill.dev. Enter your email and the temporary password.

Temporary passwords are shown once

Your admin saw that password exactly once, when the account was created. If it's lost, they can't look it up — they can only reset it, which generates a new one-time password.

2. Choose a real password

Accounts created by an admin are flagged "must change password." The console shows a Choose a new password dialog that stays on screen until you complete it — you can't do anything else first. Your new password must be at least 12 characters.

You should see: the dialog closes and the console loads normally. Until you change the password, every management action is blocked — the API answers it with:

password change required before using this API

The invitation link opens a public page in the console showing:

  • the project you're being invited to,
  • the role you'll get (admin or member),
  • the email address the invitation was issued for.

If the link is broken or was already used, you'll see one of these instead:

this invitation link is not valid
this invitation has already been used, revoked, or expired

Ask your admin for a fresh invitation if that happens — links are single-use and expire.

2. Choose your password

If you don't have an account yet, the page asks you to choose a password of at least 12 characters, then creates your account and grants you the project role in one step. If a password shorter than that is entered:

choose a password of at least 12 characters to create your account

If you already have an account, accepting simply grants the role to it — your existing password is never changed.

3. Sign in

Go to https://console.codyhill.dev and sign in with your email and the password you just chose. No forced password change on this path — you already picked your own.

Pick your organization and project

Everything you create on the platform lives in a project — a private workspace with its own members, quota, and resources. Projects belong to an organization (usually your company). The console filters every page by the currently selected project, which it calls your scope.

  1. Click the Scope button in the top bar, or press Cmd+K (Mac) / Ctrl+K (Windows/Linux).
  2. Type your project's name and pick it from the Switch project list.
  3. You land on the project's Home page — a dashboard of tiles counting the project's agents, functions, services, and data stores.

The console remembers your last scope, so you only do this when switching teams. The same search box also finds any resource you can see (agents, functions, secrets, and more) — it's the fastest way around the console.

Good to know

  • Sessions last 12 hours. After that you sign in again. Signing out clears your browser session immediately, and closing the browser ends it too.
  • Your role decides what you see. If a page shows a "no access" message, you need a bigger role in that project — see Projects and access.
  • No MFA yet. Multi-factor authentication is not available in alpha. Use a strong, unique password.

Next steps