API Keys Management
API keys are the primary authentication mechanism for the WIIL Platform API.
Creating API Keys​
- Log in to https://console.wiil.io
- Navigate to Settings → API Keys
- Click Create New API Key
- Configure the key:
- Name: Descriptive name (e.g., "Production API", "Development")
- Description (optional): Additional context about the key's purpose
- Click Create
- Copy the key immediately - you won't be able to see it again
- Store it securely
API Key Format​
WIIL API keys follow this format:
wiil_proj_aBcDeFgHiJkLmNoPqRsTuVwXyZ123456789
│ │ │
│ │ └─ Random alphanumeric characters (key secret)
│ └─────── Key type (proj = project key)
└──────────── Prefix identifier
| Component | Description | Example |
|---|---|---|
| Prefix | Always wiil_ | wiil_ |
| Type | proj for project key | proj |
| Secret | Random characters | aBcDeFg... |