Documentation

Changelog

Public release notes for AgentSEO. Use this page to track API behavior changes, package releases, and workflow improvements before you update production agents.

Early launch history is reconstructed from shipped API surfaces, package versions, and production release work so the public timeline stays useful even where the original notes were sparse.

2026-03-03

Integration Pages, Copyable Setup Blocks, and Social-Traffic CRO

AgentSEO added a dedicated integrations hub and spoke pages for the strongest current integration paths, then tightened those pages for higher-intent traffic coming from social comments and community replies.

What Changed
  • Launched a new /integrations hub plus dedicated pages for n8n, Make, Claude Code, Claude Desktop, and OpenClaw.
  • Positioned each integration page conservatively by actual integration type, including HTTP workflow, local MCP, hosted or local MCP, and first-party AgentSEO plugin language where appropriate.
  • Added copyable setup and example blocks so visitors can move from landing page to implementation without hunting through docs.
  • Added workflow examples, visual flow diagrams, FAQ schema, breadcrumb schema, and HowTo schema across the spoke pages.
  • Reworked hero and CTA language for colder social traffic, with faster-fit messaging, same-page setup jumps, and lighter motion to improve scanability and action-taking.
Packages

No package release attached to this update.

2026-03-01

Production Reliability, Async Contract Cleanup, and Rich-Style Validation

Production async flows were hardened, queued endpoints were normalized for agents, and the full Rich-style local SEO workflow set was replayed successfully in production.

What Changed
  • Normalized queued 202 responses across local visibility, LLM mentions, content decay, and keyword clustering to return poll_url, events_url, and retry_after_seconds.
  • Improved DataForSEO degradation handling with clearer retryable error classification, longer transient polling windows, and safer fallback behavior during provider instability.
  • Switched canonical outbound language targeting toward language_code handling and refreshed stale geo resolution behavior.
  • Validated production end to end with Rich-style workflows across search, local audit, local visibility, SERP analysis, and content gap.
  • Cleaned up the public API surface so agent builders can rely on a more consistent async contract.
Packages
  • @agentseo/openclaw-plugin@0.1.4
  • @agentseo/acp-adapter@0.1.2
  • @agentseo/sdk@0.1.1

2026-02-28

Agent Workflow Responses and Safer External Fetching

Core workflow responses became more agent-native, while external fetch and webhook paths were hardened for production use.

What Changed
  • Core workflows now return agent_workflow with decision, confidence, evidence, recommended actions, limitations, and next_calls.
  • Supporting primitives return agent_support or serp_opportunity instead of only provider-shaped output.
  • External fetches now enforce bounded reads and stricter upstream handling for extract and related workflows.
  • Outgoing webhooks gained retry scheduling with backoff instead of failing terminally on the first bad attempt.
  • Hosted MCP browser access and production secret validation were tightened ahead of launch.
Packages

No package release attached to this update.

2026-02-24

New Workflow Surface for AI Overview, Local Visibility, and Monitoring

AgentSEO expanded beyond the initial core workflows with new monitoring and generative-search endpoints.

What Changed
  • Introduced POST /api/v1/ai-overview/extract.
  • Introduced POST /api/v1/local-visibility/track.
  • Introduced POST /api/v1/llm-mentions/track, /content-decay/detect, and /keyword-cluster/build.
  • Extended the docs and API reference to cover the new async workflow surface.
Packages

No package release attached to this update.

2026-02-20

Webhook Management and Job Streaming

AgentSEO added first-party webhook management and a cleaner async job model for agents and integrations.

What Changed
  • Added webhook endpoint management with create, list, update, delete, and delivery inspection routes.
  • Added webhook delivery retry support without rerunning the underlying job.
  • Added /api/v1/jobs/{id} and /api/v1/jobs/{id}/events for polling and SSE-based progress tracking.
  • Improved request attribution with project and workflow metadata carried through async jobs.
Packages

No package release attached to this update.

2026-02-18

SDK and Integration Packaging

The first public package layer shipped for JavaScript, Python, OpenClaw, and ACP integration paths.

What Changed
  • Published the official JavaScript SDK for Node-based agent and backend usage.
  • Published the official Python SDK for scripting, automation, and backend workers.
  • Published the OpenClaw plugin and ACP adapter to make AgentSEO easier to wire into agent runtimes.
  • Aligned docs and quickstarts around copy-paste install paths for common integration modes.
Packages
  • @agentseo/sdk@0.1.1
  • agentseo-sdk@0.1.0
  • @agentseo/openclaw-plugin@0.1.4
  • @agentseo/acp-adapter@0.1.2

2026-02-17

Public Launch

AgentSEO launched publicly with the first production-ready agent SEO workflow set and reference docs.

What Changed
  • Launched the initial public /api/v1 surface for search, extract, analyze/serp, content/gap, audit/local, and rank/track.
  • Shipped async-first workflow behavior with sync windows for fast paths where inline completion is realistic.
  • Published the docs hub, quickstart, API reference, and changelog pages.
  • Released the first launch-ready docs and agent integration paths for early builders.
Packages

No package release attached to this update.

Upgrade safely

Start with the quickstart for package install paths, then check API-specific parameter changes in the reference.