
Each local area page used to take us half a day to create and optimize.
With SEOmatic, we can create hundreds of pages in the same time, which helps our clients make the best use of their budget.
It's transformed how we deliver scalable SEO solutions.
Will Hawkins
Marketing Director, Digi-Business UK
Agents read your Search Console data, do the work, and prove what actually moved. You decide what ships.
14-Day Free Trial. $1 card check, refunded. Cancel Anytime.
From zero to your first authenticated call. You need a SEOmatic workspace and admin access to mint a key.
In the dashboard: Settings β AI Agents β API Keys (admin role). Keys look like smk_live_... and are shown once at creation, so store it now. Scopes are the boundary: read:gsc and chat:ask are free; agents:act unlocks tools that stage changes.
curl https://app.seomatic.ai/api/v1/me \ -H "Authorization: Bearer smk_live_..."
The response returns your workspace, the key's scopes, and a capabilities block telling you which paid surfaces (REST acting, Zapier, webhooks) the plan allows, so an agent can discover entitlements without hitting a 402.
curl https://app.seomatic.ai/api/v1/tools \ -H "Authorization: Bearer smk_live_..."
Returns the full scope-filtered tool roster, each with a name, description, input schema, and an acts flag. Invoke one with POST /v1/tools/{name}. See the REST API page.
Point any MCP client (Claude, Cursor) at https://app.seomatic.ai/api/mcp with the same Bearer key. See MCP server.