Cloud Admin is available at devkit4ai.com/console or vibecoding.ad/console. Choose whichever domain you prefer - they offer the same functionality.
Create Your Developer Account
Navigate to registration
Visit devkit4ai.com/register/developer (or use vibecoding.ad/register/developer).
Complete the registration form
Provide:
- Email address: Use a valid email you have access to
- Password: At least 8 characters with uppercase, lowercase, and a digit
Automatic provisioning
Upon successful registration, the system automatically:
- Creates your developer account
- Sets up your first project
- Generates your developer key and project API key
These credentials are ready to use immediately - no waiting for approval.
First Login
After registration, you’re automatically signed in and redirected to the console dashboard.What You’ll See
- Dashboard overview: Quick stats showing your projects, API keys, and users
- Credentials panel: Your developer key, project ID, and API key
- Quick actions: Shortcuts to create projects, generate keys, and view documentation
- Getting started guide: Step-by-step instructions for your first deployment
Understanding Your Credentials
You receive three types of credentials:Developer Key
- Format: Starts with
dk_followed by random characters - Purpose: Authenticates you as a developer across all your projects
- Usage: Required in Starter Kit environment variables
- Security: SHA256 hashed in the database, never stored in plain text
Project ID
- Format: UUID (e.g.,
123e4567-e89b-12d3-a456-426614174000) - Purpose: Uniquely identifies each project you create
- Usage: Links your Starter Kit deployment to a specific project
- Note: Each Starter Kit instance needs its own project ID
Project API Key
- Format: Starts with
ak_followed by random characters - Purpose: Authenticates API requests from your Starter Kit
- Usage: Required in Starter Kit environment variables
- Scope: Limited to the specific project it was created for
- Note: Also referred to as “API Key” in the Cloud Admin interface
Console Navigation
The Cloud Admin console is organized into sections:- Dashboard: Overview of your workspace with key metrics
- Projects: Manage all your projects in one place
- API Keys: Generate and revoke authentication keys
- Users: View end users across your projects
- Settings: Configure your developer account preferences

