Hobby
Evaluation and first integrations
$0/month
- Mock mode support
- Playground access
- Core endpoint testing
Typical volume: ~2,500 lightweight requests
Start FreeAgentSEO is a token-optimized SEO API built for AI agents and developer workflows. It returns compact JSON and Markdown structures tuned for LLM pipelines, autonomous SEO automation, and agentic tool use.
Dominate search with autonomous AI agents. Control how your brand appears in ChatGPT, Perplexity, and Google AI Overview with precision-engineered citation networks.
Public Beta · v1.0.0
Give your agents real-time search context. Integrate visibility data directly into your LLM pipelines with token-optimized JSON for ChatGPT, Perplexity, and Google AI Overviews.
import { AgentSEO } from "agent-seo";
const seo = new AgentSEO(process.env.AGENTSEO_KEY);
const access = await seo.access.request({
use_case: "local visibility tracker",
stack: ["n8n", "supabase", "openai"],
expected_jobs_per_day: 250
});
if (access.status === "approved") {
const report = await seo.localVisibility.track({
domain: "northbeamcoffee.com",
keywords: ["coffee near me"],
locations: ["Austin, TX"]
});
console.log(report.overall_visibility_score);
} else {
console.log("added_to_priority_list");
}Next Cohort
Weekly
Priority Status
Active
Acceptance Rate
Top 15%
Works with your stack
00111001110011100111001110011100111001110011100111001110011100
11100011110000111100001111000011110000111100001111000011110000
10101010101010101010101010101010101010101010101010101010101010
00011110000111100001111000011110000111100001111000011110000111
11001100110011001100110011001100110011001100110011001100110011
00111001110011100111001110011100111001110011100111001110011100
11100011110000111100001111000011110000111100001111000011110000
10101010101010101010101010101010101010101010101010101010101010
00011110000111100001111000011110000111100001111000011110000111
11001100110011001100110011001100110011001100110011001100110011
Quickstart
Start with verified public packages only. No source build required.
$ npm i @#79b8ff]">agentseo/sdk
#9ecbff]">"text-[#f97583]">import { AgentSEO } "text-[#f97583]">from "@agentseo/sdk";
#9ecbff]">"text-[#f97583]">const client = "text-[#f97583]">new AgentSEO({
apiKey: process.env.#79b8ff]">AGENTSEO_API_KEY!
});
#9ecbff]">"text-[#f97583]">const result = "text-[#f97583]">await client.localAudit(
{ domain: #9ecbff]">"example.com", location: "New York, NY" },
{ sync: true }
);
#9ecbff]">"text-[#f97583]">console.log(result);Infrastructure
Most SEO APIs return heavy payloads for dashboards. AgentSEO returns compact schemas for autonomous workflows.
Turn noisy Maps results into a clean Knowledge Graph summary your agents can reason over immediately.
Compare your URL against top SERP competitors and get the missing entities and topics in one response.
Optimized for valid-time decision loops. Get audit data back fast enough for real-time agent responses.
Use mock mode locally and reserve paid provider calls for production jobs and high-value workflows.
Agent requests audit for agentseo.dev
Triggered via API
Headless browser renders page
Executes JS & hydrations
Analyzes Core Web Vitals
LCP: 1.2s, CLS: 0.01
Generates Optimization Plan
JSON Schema Returned
{
"status": "complete",
"vitals": { "lcp": 1.2, "score": 98 },
"actions": [
"Minify hydration bundle",
"Preload hero assets"
]
}Workflow
01 Collect
Pull local SERP, entity, and citation data with stable response schemas.
02 Reason
Feed compact payloads to your agent for prioritization and recommendation generation.
03 Execute
Trigger refresh tasks, publish changes, and re-check impact through async jobs.
Pricing
Developer-first pricing. One plan to start. One to ship. One to scale.
Evaluation and first integrations
$0/month
Typical volume: ~2,500 lightweight requests
Start FreeSingle product in active production
$49/month
Typical volume: ~40,000 lightweight requests
Get ProMulti-client operations and reporting
$149/month
Typical volume: ~140,000 lightweight requests
Contact SalesTrust and reliability
Stable JSON and markdown response shapes reduce integration drift and failed agent runs.
Keep source URLs in your pipeline so teams can verify conclusions before high-impact changes.
Add retries, threshold checks, and human approval gates for critical publish or update actions.
The Integration Path
Stop guessing how AI agents see your brand. Follow this plan to secure your presence in the new search ecosystem.
1. context
Tell us your current architecture to ensure compatibility with our MCP servers and API patterns.
2. access
Receive instant sandbox credentials to start testing local visibility tracking workflows.
3. deploy
Deploy the pre-built tracking agent to monitor your brand's citation health 24/7.
4. result
Watch your coverage score increase across ChatGPT, Perplexity, and Google AI Overviews.
Token Efficient
Responses are 60-80% smaller than traditional SEO APIs. Spend less on context windows and process more data per LLM call.
Agent Native
Built for MCP, LangChain, and custom agent loops. Structured outputs that autonomous workflows can act on without parsing.
Async-First
Every endpoint supports async mode with job polling. Run background audits, bulk analysis, and long-running tasks reliably.
Most APIs return bulk payloads built for dashboards. AgentSEO returns compact structures tuned for LLM pipelines and autonomous workflows.
Yes. You can run local development mode with mock responses, then switch to live providers when deploying production jobs.
No. Use direct REST, server actions, background jobs, or orchestrators like n8n and LangChain.
Most teams ship their first useful workflow in under an hour using the dashboard key flow and starter endpoint templates.
Use AgentSEO outputs as decision support, keep source references, and add validation gates before automating high-impact content or publishing changes.
Launch now
Generate an API key, run a first request in Playground, then move from prototype to production on stable API contracts.