Integrations
Publish where you already work
Connect a destination once and push finished articles out of gehirn.md with a single click. Pick an integration to see how it works.
Strapi
Headless CMS
Push articles into a Strapi collection as fully structured entries. gehirn.md reads your collection schema and lets you map fields, so the right text lands in the right place.
- 1
Create an API token in Strapi
In your Strapi admin, go to Settings → API Tokens → Create new API Token. Give it a Full access (or custom create) token type and copy the value — it is only shown once.
- 2
Open Settings → Integrations
In gehirn.md, head to dashboard Settings and open the Integrations tab. Choose the project you want to publish for, then add a new Strapi integration.
- 3
Enter your CMS details
Set the Base URL to your Strapi origin (e.g. https://cms.example.com) and the Collection path to the REST endpoint of your collection (e.g. /api/articles). Paste the API token — it is encrypted before it is stored.
- 4
Fetch the schema and map fields
gehirn.md pulls your collection's fields. Map Title, Slug, and Content to the matching Strapi attributes so each publish creates a correct entry.
- 5
Publish
From any finished article, hit Publish and pick the Strapi integration. The entry is created in your collection and a publish log keeps the returned document ID and URL.
Good to know
- API tokens are encrypted at rest with AES-256-GCM — only a short hint is ever shown again.
- Base URL is the CMS origin; Collection path is the /api/… REST route.