Replit Integration
Agent Skill that adapts publishing to your existing Replit app.
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.