$ searvora services health --json$ searvora price current --profile public$ searvora facts audit --domain searvora.com$ searvora tools canonical check --url https://searvora.comThe Searvora CLI gives operators and AI agents one structured command surface for service health, pricing, shared SEO facts, crawlers, marketing tools, Blogify, and cross-product workflows.
npm install -g @searvora/cli$ searvora services health --json$ searvora price current --profile public$ searvora facts audit --domain searvora.com$ searvora tools canonical check --url https://searvora.comEach group maps to a real Searvora capability, so agents can choose the smallest safe command instead of guessing API routes.
servicesDiscover services, URLs, health checks, and Docker Compose hints.
searvora services health gateway facts
price / pricingOpen pricing pages, inspect plans, and read subscription state.
searvora price current --profile public
factsQuery SEO Data Plane audit, links, refresh, URL facts, and crawl evidence.
searvora facts audit --domain example.com
analysisRead SEO AI Analysis pages, audits, clusters, skills, and planning context.
searvora analysis overview
spiderList crawls, create crawl tasks, and hand off tool findings to the crawler.
searvora spider crawl --limit 10
toolsRun marketing SEO tools for canonicals, sitemaps, indexability, metadata, robots, and hreflang.
searvora tools canonical check --url https://searvora.com
contentReach Blogify products, content opportunities, articles, and settings.
searvora content opportunities
workflowReserve cross-service diagnostic and optimization workflows for agents.
searvora workflow full-audit
Every response is predictable enough for an agent to classify errors, retry safely, and move between Gateway, Data Plane, Spider, Blogify, and marketing tools.
Map services, profiles, public URLs, and health before choosing a command.
Pass access tokens, service keys, and platform user IDs without storing secrets in prompts.
Pull shared SEO facts, subscription state, audit evidence, and crawl history.
Launch crawls, run SEO tools, and prepare cross-product handoffs.
Return JSON envelopes that make success, failure, retryability, and pricing actions explicit.
The CLI wraps service responses in stable envelopes with command, profile, service, data, request, warnings, and normalized errors.
{
"ok": true,
"command": "tools canonical check",
"profile": "local",
"service": "marketing",
"data": {
"verdict": { "code": "self_canonical" }
}
}{
"ok": false,
"command": "facts.audit",
"error": {
"code": "missing_service_key",
"retryable": false
}
}Auth, account, billing, subscriptions, quota, and tool run history.
searvora price currentShared audit, link, refresh, crawl, URL fact, and tool fact read models.
searvora facts links --domain example.comDashboard context, clusters, skills, shared facts, and planning signals.
searvora analysis overviewTechnical crawl tasks, progress, AI reports, and tool handoffs.
searvora spider crawl --limit 10Shopify content operations, product context, opportunities, and articles.
searvora content articlesCanonical, sitemap, indexability, metadata, robots, llms.txt, and hreflang checks.
searvora tools indexability check --url https://searvora.comUse the published package in operator terminals, CI jobs, and agent runtimes. Local workspace commands remain available for platform development.
$ npm install -g @searvora/cli$ searvora config init$ searvora services health --profile public --json$ SEARVORA_ACCESS_TOKEN=... searvora tools canonical check --url https://searvora.comLearn what the Skill does, when to use it, and how to hand the zip to your AI agent for installation.
A guided page for downloading and setting up the Searvora CLI Skill.
Start with pricing, then connect the CLI to an authenticated Searvora workspace and let agents move through the SEO stack with confidence.