Documentation
Getting Started
Welcome to the SEO Agent platform. Our autonomous system requires a few simple setup steps before it can begin monitoring and optimizing your infrastructure.
Note: You must have verified Google Search Console access to the target domain to enable Live Telemetry.
1. Connect a Target
Navigate to your dashboard and click Add Target. Input your domain URL exactly as it appears in Search Console (e.g., https://www.example.com).
Authentication
To use the API or CLI tools, you must authenticate using a Personal Access Token (PAT).
export SEO_AGENT_TOKEN="your_token_here"
curl -H "Authorization: Bearer $SEO_AGENT_TOKEN" https://api.seoagent.com/v1/targetsCLI Tools
You can trigger manual audits and fetch results directly from your terminal or CI/CD pipelines.
npm install -g seo-agent-cli
seo-agent audit https://example.com --full