AI SEO blog for Lovable
Blogent ships an official workspace skill for Lovable. The ZIP contains the database migration, a protected Edge Function, image storage, a typed frontend adapter and tests, so running one command inside the project sets up publishing end to end.
How to connect Blogent to Lovable
Lovable autopublishing
Install the official Blogent workspace skill for Lovable. The ZIP includes the database migration, protected Edge Function, image storage, frontend adapter, and tests.
-
Download the integration ZIP. In Lovable open Settings → Skills → Add → Upload ZIP and upload it.
-
Run
/blogent-integrationin the target project. When Lovable opens Add API Key, enter the generated secret shown below. -
Copy the verified Edge Function URL into Blogent, use header
X-Blogent-Token, and publish the real connection-test article.
This integration receives the standard Blogent JSON payload. Review the full contract — fields, HTML tags, response format — and try the live webhook tester.
Webhook tester
Send a test article to your endpoint and check how the CMS processes the data. Edit the JSON if needed.
What you get after connecting Lovable
- One ZIP covers the whole stack: migration, Edge Function, image storage, frontend adapter and tests.
- The connection secret is generated locally in your browser and entered through Lovable’s own Add API Key form, so it never travels through a chat message.
- The Edge Function is protected by the
X-Blogent-Tokenheader carrying that same secret. - Images are stored by your project rather than linked from a temporary URL.
Requirements and compatibility
- Platform
- A Lovable project you can add a workspace skill to.
- Install
- Settings → Skills → Add → Upload ZIP, then run
/blogent-integrationin the target project. - Secret
- A 48-character connection secret, generated in your browser and entered through Lovable’s Add API Key form.
- Connection
- The verified Edge Function URL plus the
X-Blogent-Tokenheader, entered in Blogent. - Verification
- Publish the real connection-test article before connecting.
Frequently asked questions about the Lovable integration
What exactly does the skill install?
The database migration, a protected Edge Function, image storage, a typed frontend adapter and tests.
Where do I put the connection secret?
Only into Lovable’s Add API Key form when it opens. The same value then goes into Blogent as the X-Blogent-Token header. Do not paste it into chat.
Is the secret generated on your servers?
No. It is generated locally in your browser.
Do I need to build the blog frontend myself?
The package includes a typed frontend adapter, so the stored articles can be read by your app without writing the data layer from scratch.