
What You Can Do in the Developer Console
1. Create an API Key
Everything you build on the platform authenticates with an API key, and the Console is where you create one:- Sign in to the Developer Console.
- Go to Profile → API Keys (console.u1.archetypeai.app/profile/api-keys) and create an API key.
- Copy the secret key — this is the value your code sends as
ATAI_API_KEY.
.env file, never in source control. See Environment Variables for setup details, then head to the Developer Quickstart to run your first queries with it.
Don’t have Console access yet? Request a free trial to get started.
2. 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

3. 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.4. 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.5. Explore Documentation
The console provides a link to the developer docs where you can:- Learn about core concepts of the Archetype platform
- Try the Quickstart and example projects
- View API references for integrating APIs into your prototypes and applications