Ascent ← Developer portal
For Developers

A portable autonomous SEO engine — six ways to ship.

Pure ESM cores, a two-seam adapter contract, and a trusted/untrusted split that keeps provider keys server-side. Architecture, integration surfaces, the operational contract and a safe adoption path.

Prepared for I-Novanet Software Ltd / AscentUpdated 23 Jul 2026
Value proposition. Embed search intelligence without rebuilding research, prioritisation, generation, publishing, verification and governance. The same core powers an SDK call, HTTP service, MCP tool, assistant skill, browser widget or operator cockpit — the application chooses its storage and content adapters.
01

Verified runtime profile

PropertyStatement
Module systemPure ESM; no build step
DependenciesZero runtime dependencies
RuntimesNode, Deno, edge and browser
Verificationnode --test; 560+ tests
Core facadecreateSeoAgent()
Integration seamsContent and storage adapters
02

Six delivery surfaces

SurfaceUse whenOperational boundary
SDKEmbedding inside a trusted serviceFacade over the cores; secrets server-side
HTTP serviceLanguage-neutral / centralisedRequest→Response router; bearer-licensed
MCP serverGiving AI clients SEO toolsZero-dep stdio server; six SEO tools
Claude skillAssistant-native workflowMCP-preferred with script fallback
Browser widgetsShowing ranks, potential, resultsPure build/mount presentation components
Admin cockpitOperating proposals, keywords, rankingsHost controls persistence through onAction
03

The action lifecycle

const agent = createSeoAgent({ storage, content, providers, budget, policy })
const plan = await agent.run({ site, goal })
await host.reviewOrApply(plan.actions)
Conceptual pseudocode — confirm exact package paths in the portal/download bundle.
04

Safe adoption pattern

StagePolicyExit criterion
ObserveAll task types off; collect proposals + costsStable signal collection, trusted baselines
ApproveHuman review for every actionRepeated acceptance + safe verification by task type
GraduateAuto only for high-confidence, reversible tasksLow regression rate within spend + brand thresholds
OperateScheduled loop with alerts + periodic reviewSLOs, audit retention, rollback rehearsed
05

Production checklist

06

Current boundary & roadmap

Available now

SDK, service, MCP, skill, widgets, admin cockpit; scheduled runs; publishing; self-healing; budget controls; multilingual; GEO readiness; and measured AI-answer citations (Perplexity). Card billing (MIPS) + admin back-office live; free beta open.

Next commercial layer

Marketplace identity & billing (I-Novanet Software Ltd); broader measured AI-citation coverage across engines; pooled cross-site learning (foundation shipped; model pending data); broader packaged connectors and enterprise controls.

Use the SDK for in-process control, the HTTP service for organisational reuse, MCP/skills for agent ecosystems, widgets for embedded evidence, and the cockpit for human governance.

Open the developer portal →