Strapi
Integrate your Workflow with Strapi
The Strapi Integration allows you to list, create, and update entries.
Authentication
Generate an API Token from Strapi:
Log in to your Strapi admin dashboard
Navigate to Settings, then click on "API Tokens" on the left navigation
Click the "Create new API Token" button
Provide a descriptive name for the token (e.g: "AirOps token") and set the following attributes:
Token duration: "Unlimited"
Token type: "Full access"
Click "Save" to generate the token
After the token is generated, make sure to copy and securely store it immediately, as it will not be displayed again
Add the API Token to AirOps:
Find the section for Strapi integration and click the "Configure" button
In the modal that appears, paste the copied API Token into the designated field
Click "Add" to complete the setup
Security Note: Treat your API Token like a password. It provides full access to your Strapi space, and it should not be shared. Store it securely and only use it in server-side or secure, authenticated environments.
Last updated