Step-by-Step Guide

Step 1: Navigate to OpenAI Platform Go to https://platform.openai.com in your web browser. OpenAI Platform Homepage

Step 2: Sign Up or Log In

New User:
  • Click “Sign up” to create an account
  • Use email or sign up with Google/Microsoft
  • Complete email or phone verification when prompted
Existing User:
  • Click “Log in”
  • Enter your credentials
OpenAI Sign Up Page OpenAI Login Page

Step 3: Access Your Dashboard

Once logged in, you’ll see the OpenAI Platform dashboard with your account overview. OpenAI Dashboard

Step 4: Create a Project

Click the “Start building” button in the top-right corner to create a new project. Start Building Button

Step 5: Name Your API Key

Give your API key a descriptive name to identify its purpose: Good Examples:
  • Weam Integration
  • Production Chatbot
  • Development Testing
  • Analytics Dashboard
Then click “Create secret key”. Name Your API Key

Step 6: Copy and Secure Your Key

Critical Security Step:
  • Copy the key immediately – this is the only time you’ll see it
  • Store it securely in a password manager or secure environment
  • Never share publicly or commit to version control
  • Revoke and regenerate if accidentally exposed
Copy API Key

Step 7: Set Up Billing (If Required)

Free Credits:
  • OpenAI provides $5 in free credits for new users
  • Perfect for testing and initial development
Add Billing Method:
  • Navigate to Billing section in your dashboard
  • Add credit card or payment method for continued usage
  • Set usage limits to control costs
Billing Setup

Step 8: Add to Weam

Now integrate your OpenAI API key with Weam:
  1. Open Weam and go to SettingsConfigurations
  2. Select OpenAI as your provider
  3. Paste your API key in the configuration field
  4. Save and test the connection

API Key Types and Permissions

Understanding different API key types ensures proper security and functionality. Admin API Keys

Normal API Keys vs Admin API Keys

FeatureNormal API Keys (Project Keys)Admin API Keys
PurposeAccess AI models (GPT, DALL-E)Manage organization admin tasks
Use CasesBuild apps, generate content, chat interfacesManage users, billing, org settings
ScopeProject-specific accessOrganization-wide access
Who CreatesProject members with permissionsOrganization owners only
Security LevelMedium riskHigh risk
For WeamRecommended❌ Not needed

Permission Levels

PermissionAccess RightsBest ForRisk Level
All PermissionsFull API access, all modelsProduction apps, Weam integrationHigh
RestrictedLimited endpoints, custom scopeTesting, third-party toolsMedium
Read OnlyView-only, no modificationsAnalytics, monitoringLow