AI SEO blog for Replit
Instead of a fixed package, Replit gets an installable Agent Skill. Agent adapts the same verified publishing contract to the framework, blog, database and storage the app already uses, adds a protected idempotent endpoint and writes automated tests for it.
How to connect Blogent to Replit
Install Blogent in Replit
Use the installable Blogent Agent Skill in an existing Replit app, or open the prepared build directly in Replit. Agent adapts the same verified publishing contract to the framework, blog, database, and storage already used by the site.
-
Install it in the right project
For an existing site, use the one-line install command below inside that Replit project. For a new build, click Open in Replit.
-
Let Agent implement and verify it
The installed skill makes Agent reuse the current blog and add the protected, idempotent publishing endpoint plus automated tests. Add
BLOGENT_WEBHOOK_TOKENthrough Replit Secrets when Agent asks. -
Publish, connect, and test
Approve publishing in Replit, paste the returned public endpoint into Blogent, set
X-Blogent-Tokenwith the same secret, and publish the real connection-test article before connecting.
Run this one command in that project’s Shell. Then ask Agent: “Use $blogent-publisher to connect this app.” The skill remains installed in the project for future repairs and updates.
npx skills add https://blogent.tools/integration/replit/SKILL.md --skill blogent-publisher -a replit -y
- Webhook URL
https://your-domain.com/api/blogent/webhook- Header name
X-Blogent-Token- Replit Secret
BLOGENT_WEBHOOK_TOKEN
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 Replit
- Agent reuses your existing blog, database and storage instead of forcing a new structure onto the project.
- The skill stays installed in the project, so it can be used again for later repairs and updates.
- The generated endpoint is protected and idempotent, and Agent adds automated tests for it.
- Existing apps are covered by a one-line install command; a fresh build can be opened directly in Replit.
Requirements and compatibility
- Platform
- A Replit project — either an existing app or a new build opened from this page.
- Install
- One command in the project Shell, then ask Agent: “Use $blogent-publisher to connect this app.”
- Secret
BLOGENT_WEBHOOK_TOKEN, added through Replit Secrets when Agent asks.- Connection
- The public endpoint returned by Agent, plus the
X-Blogent-Tokenheader with the same secret. - Verification
- Publish the real connection-test article before connecting.
Frequently asked questions about the Replit integration
Will this overwrite the app I already have?
No. Agent works with the framework, blog, database and storage already in the project and adds the publishing endpoint alongside them.
Where do I run the install command?
In the Shell of the Replit project that should receive articles. For a brand-new build, use Open in Replit instead.
Do I get tests?
Yes. The skill makes Agent add automated tests for the publishing endpoint.
Does the skill stay in the project?
Yes, so you can ask Agent to repair or update the integration later without reinstalling anything.