S6S Documentation
AI Visibility monitoring is the front-door product — see how AI engines mention, cite, and recommend your brand. The S6S workflow engine sits underneath and is also available as a developer playground.
AI Visibility
CloudTrack whether ChatGPT, Gemini, and Perplexity mention and recommend your brand. One click runs the report; results are separated into AI Visibility, Agent Search Visibility, and Local & Maps, with a focus recommendation and source readiness explanation.
Getting Started
Add your first brand, run a check, and read the unified AI Visibility Report.
The AI Visibility Report
What the Report tab shows — surface families, focus recommendation, per-engine drill-down, source readiness.
How Scoring Works
Composite formula, multi-run frequency, funnel stages, and position decay.
AI Engines
How Perplexity, ChatGPT, Gemini, Claude, and Grok generate answers and where they read from.
Target Markets
Location-aware tracking for local, regional, and multi-market businesses.
Fix Actions
Turn visibility gaps into actionable, workflow-backed fixes (schema, llms.txt, content, FAQ, and more).
Try AI Visibility in 30 seconds
Drop in a domain and get a free audit — no signup. Then create a brand to track engine results over time.
Developer playground
The S6S workflow engine powers AI Visibility fixes, discovery, and monitoring underneath the product — and it's exposed as a developer surface for anyone who wants to build agents on top. Deploy via REST, SDK, or MCP; run on S6S Cloud or self-hosted.
curl -X POST https://s6s.ai/api/v1/workflows/deploy \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Hello World",
"trigger": { "type": "manual" },
"steps": [
{
"ref": "greet",
"action": "transform",
"config": { "template": { "message": "Hello from S6S!" } }
}
],
"flow": ["greet"]
}'Workflow Quick Start
Deploy and run your first workflow in three minutes.
Connecting Workflows
Connect workflows to your website via webhooks, REST, cron, or the SDK.
Recipe Format
The JSON schema agents use to define workflows.
Node Types
Every action type you can use in a workflow step.
Expressions
Reference data between steps with template expressions.
Triggers
Schedule workflows or trigger them from external events.
Credentials
Connect third-party services securely with OAuth or API keys.
Dynamic Integrations
Discover and use integrations automatically by provider name.
MCP Server
Connect AI agents via the Model Context Protocol.
TypeScript SDK
Builder-pattern SDK for deploying and managing workflows.
API Reference
REST endpoints for deploying, managing, and monitoring workflows.
API Keys
Create and manage API keys for authentication.
Self-Hosting
Run S6S on your own infrastructure with Docker.