API Key
This page explains the full process for creating and managing an Adstract API key. API key access is tied to a Publisher account and a created platform.
Before you start
Complete all prerequisites first:
- Signup as
Publisher. - Complete Verification (administrator approval).
- Complete Platform Creation so you have a platform.
Platform entry point: adstract.ai.
API key onboarding flow
- In the
Platformpage, click the platform for which you want an API key. - Scroll down to the
API Keyssection. - Click
Create API Key. - Fill the API key creation form:
LabelDescriptionPermission Type
- Click
Create. - In the next window, copy the API key immediately.
- This is the last time the full key is shown for security reasons.
- Confirm and close the key-created window.
- The new key appears in the
API Keyssection list.
Security note
- API keys are shown in full only once.
- Store the key securely after creation.
Revoke an API key
If you no longer want to use an API key:
- Go to the
API Keyssection of the platform. - Find the key item.
- Click
Revokein the far-right action column.
This is the standard successful flow for API key creation and lifecycle management.
You are ready for code integration
You now have everything required to start setting up the actual SDK integration code in your application.
Next steps
- Continue to SDK Installation.