Signing In To the Developer Console
To sign in to the Developer Console, go to the Console’s web site at https://console.u1.archetypeai.app/. If you aren’t already logged in, you will be asked to do so.
Signing in Using an Email Address
If your account uses your email address to authenticate, click Sign in with Email to begin the sign-in process.
Signing in Using a Password
If your organization uses password authentication, you’ll next be prompted for your password.
Signing in Using Single-Sign On
If your organization uses single sign-on (SSO) to authenticate users, click Sign in with Email, then enter your email address. This opens your SSO provider’s authentication workflow. Follow their prompts to authenticate and return to the Archetype AI web site, which will open the Developer Console following a successful authentication.Signing in with an API key
If you’re still using API keys to sign-in, enter your API key and click Access Console. You should also contact Archetype AI support to transition your account to use email-based sign-in instead. Support for signing into the Developer Console using API keys is deprecated and will be retired soon.What You Can Do in the Developer Console
Manage API Keys
Everything you build on the platform authenticates with an API key, and your Profile & API Keys page is where you manage your keys. There, you can create new API keys, view and filter a list of your keys, and revoke your keys.Manage Resources
The console dashboard provides a File Manager to:- Upload files that can be accessed via API key
- View and delete files at any time

Create and Manage Batch Processing Jobs
The console dashboard includes the Batch Manager, which lets you create, manage, and monitor batch processing jobs. Batch processing lets you run a job against multiple files at once. Configure the job, select the files against which to run the job, and run the job. You can then watch the status of the job, or let the job run and check the results later.Fine-Tune Models
The Console’s Fine-Tuning dashboard walks you through training a custom Newton checkpoint on your own data: upload training files, configure the job, monitor training progress and loss curves, and pick a checkpoint to query.Explore Documentation
The Console provides a link to the developer documentation where you can:- Learn about core concepts of the Archetype Platform
- Try the Developer Quickstart and example projects
- View API references for integrating APIs into your prototypes and applications