Skip to main content

API Keys Management

API keys are the primary authentication mechanism for the WIIL Platform API.


Creating API Keys​

  1. Log in to https://console.wiil.io
  2. Navigate to Settings → API Keys
  3. Click Create New API Key
  4. Configure the key:
    • Name: Descriptive name (e.g., "Production API", "Development")
    • Description (optional): Additional context about the key's purpose
  5. Click Create
  6. Copy the key immediately - you won't be able to see it again
  7. 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
ComponentDescriptionExample
PrefixAlways wiil_wiil_
Typeproj for project keyproj
SecretRandom charactersaBcDeFg...