Inblog

Inblog is an AI-powered blogging platform for managing posts, authors, tags, redirects, design settings, analytics, and lead forms.

10 actions Integration catalog
Request access
Connect Inblog once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create PostINBLOG_CREATE_POST
Create an unpublished draft post with content, SEO metadata, and optional tag and author assignments. Use Set Post Publication to publish or schedule it.
Get AnalyticsINBLOG_GET_ANALYTICS
Return a bounded blog or post analytics report for traffic trends, traffic sources, or per-post performance.
Get BlogINBLOG_GET_BLOG
Return the connected API key's blog identity, plan, domain, locale, timezone, assets, and integration settings.
List PostsINBLOG_LIST_POSTS
List and filter posts in the connected blog, one page at a time, optionally including tags and authors.
List RedirectsINBLOG_LIST_REDIRECTS
List the blog's URL redirect rules one page at a time.
List TagsINBLOG_LIST_TAGS
Return all tags available in the connected blog for discovery and post assignment.
Set Post PublicationINBLOG_SET_POST_PUBLICATION
Publish, unpublish, or schedule an existing Inblog post. Returns a normalized publication_status and action_effective result because Inblog represents a schedule as published=true with its future time in published_at. Scheduling requires a future timezone-aware timestamp.
Update PostINBLOG_UPDATE_POST
Partially update a post's content, SEO metadata, or complete tag and author assignments without changing publication state. Omitted fields remain unchanged.
Create or Update RedirectINBLOG_UPSERT_REDIRECT
Create a URL redirect when redirect_id is omitted, or partially update that redirect when redirect_id is provided.
Create or Update TagINBLOG_UPSERT_TAG
Create a tag when tag_id is omitted, or partially update that tag when tag_id is provided.