Complete FullSignal Platform Feature List

Comprehensive feature specification for the white-label service offering.

Last updated: June 5, 2026

Recent product additions (Mar 26, 2026 – Jun 5, 2026)

Shipped since the Mar 24 list refresh; now reflected in the pillar sections below. Delta summary:

  • Agent Chat — Natural-language tool calling, agent skills, article URL grounding, frustration/clarification flows, photo-direction, pre-response status SSE, KB image gallery, core test suite.
  • Competitor tracking — Firecrawl native Monitors, 15-min polling, hourly schedules, AI judgment, smart-alerts, report history UX.
  • Knowledge base — Human KB purposes/routing, relevance-before-pins ranking, capped pinned fallback.
  • Billing & pricing — Essential $199 (1 seat), Growth $399; Autumn live sync and subscription cron.
  • Admin & insights — Primary accounts, daily insights + per-client coach reports (frustration index, ROI, feature coaching).
  • Onboarding — Evidence gates, multi-page discovery, competitor recovery, authoritative URL anchoring.
  • Platform — GPT-5.5 defaults, Next.js 15.5.18, dashboard QC sidebar/header nav, SEO landing updates, blog grid/CTA.

Global

Platform foundation: branding, knowledge, models, infrastructure, integrations, and developer stack.

White-Label Platform

  • Fully branded under your agency
  • Custom domain + custom UI
  • Self-hosted deployment
  • Multi-tenant architecture for unlimited clients

Agency Expertise Layer

  • Centralized Agency Knowledge Base
  • Trust levels + content precedence (1–5 scale)
  • Source attribution / grounded outputs
  • Messaging frameworks + tone systems
  • Compliance checklists
  • Competitive intelligence storage
  • Learning profiles that evolve automatically from usage patterns

Client Brand Layer

  • Per-client knowledge base with client-scoped isolation
  • Multiple knowledge bases per client — isolated KBs with user selection
  • Brand voice configuration with character traits
  • Style guides + tone modifiers
  • Client content library upload
  • Competitive intelligence ingestion
  • Projects: organize and share exact AI outputs across teams

Replaceable Model Layer

  • Model-agnostic architecture
  • Swappable providers without regressions
  • Dynamic model configuration (no hardcoded IDs)
  • OpenAI models: GPT-5.5 (tier defaults), GPT-5.4, GPT-5.2, GPT-5.2 Chat Latest, GPT-5.2 Pro, GPT-5.1 Chat Latest, GPT-4o, GPT-4o Mini, GPT-4 Turbo
  • Anthropic models: Claude Sonnet 4.5, Claude Haiku 4.5, Claude 4 Sonnet, Claude 3.5 Sonnet Latest, Claude 3.5 Sonnet
  • Google models: Gemini 3.1 Pro Preview, Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash (Experimental)
  • Image models: Nano Banana 2 and provider-managed image pipelines with retry handling for transient failures

Knowledge Ingestion & Intelligence

  • Website crawling with depth control and sitemap processing
  • PDF + document upload (TXT, MD, CSV, JSON)
  • OCR / vision extraction for images, scans, charts, graphs, tables
  • Semantic vector search with embeddings for natural-language relevance
  • URL extraction for competitor research
  • Manual text entry for brand guidelines and notes
  • Learning profiles capturing live usage patterns
  • Enhanced style guide extraction via Firecrawl branding API (fonts, colors, visual language)
  • Tag editing + KB reorganization tools
  • Trust level badges (Authoritative, High Trust, Trusted, Low Trust, Unverified)
  • Pinned fallback documents for critical context (capped; direct search matches rank first)
  • KB Images — save generated images; reference-image system (multi-tag, Exact toggle, labeling); image count in KB stats; gallery management in KB panel
  • Save chat outputs directly to Knowledge Base
  • PDF ingestion via Firecrawl PDF Parser v2; OCR / vision extraction for scans and charts

Secure Infrastructure

  • Postgres with pgvector extension for semantic search
  • Row-level security (RLS) for multi-tenant isolation
  • Encrypted environment variables
  • Self-hosted deployment capability
  • Multi-pipeline credential safety
  • Session-based authentication with Better Auth
  • Enterprise-grade audit logging
  • API key management with usage limits
  • OAuth credential storage for integrations
  • Redis-based rate limiting and caching infrastructure
  • Safe logging (no sensitive environment variable output)
  • Supabase secret key resolution; Vercel deploy env sync

Integrations — Active platform services

  • Stripe — billing integration
  • Autumn — credit management
  • Firecrawl — web crawling, branding API, native Monitors for competitor tracking
  • Supabase — vector database with pgvector
  • OpenAI — GPT models + embeddings
  • Anthropic — Claude models
  • Google — Gemini models + image generation
  • Gmail — workflow automation, scheduled reports, email delivery

Integrations — MCP server (platform API)

  • Each client chat agent exposed as an MCP tool with per-client API keys (dk_live_*)
  • generate_content — full KB-grounded content generation via MCP
  • batch_generate — batch content generation (1–100 items, configurable parallelism)
  • External agents (Claude Desktop, custom agents) connect directly to client context
  • Same quality pipeline as dashboard: KB retrieval, character traits, model selection, output formatting, source attribution
  • Client-scoped isolation — API key determines client access, no cross-client leakage
  • mcpAccessEnabled flag per client with platform-gated MCP access on API keys
  • Centralized key scopes, MCP scope checks, primary KB rows
  • Rate limits, monthly quotas, and usage logging per API key
  • MCP usage tracking: tool name, agent identifier, tokens used, response time, success/error
  • External API v2 — unified auth, KB endpoints, MCP proxy; external Deep Research API with async Firecrawl; MCP resources/read support

Integrations — Catalog, nodes & extensibility

MCP service catalog & connections

  • Admin-managed service catalog (add, enable/disable, delete services)
  • Per-client service connections with credential storage
  • Available tool discovery per connected service
  • Connection testing and health checks
  • OAuth integration for services requiring it (Gmail)
  • Platform-managed services (Firecrawl, Gmail) with internal wrappers

MCP workflow nodes

  • mcp_tool node type in visual workflow builder
  • Service selection from connected MCP services
  • Variable interpolation ({{variable}} syntax) for dynamic arguments
  • Special handling for Firecrawl (internal) and Gmail (direct API with validation)
  • Email deduplication and KB refinement for Gmail sends

MCP extensibility

  • Connect any MCP-compatible service via the admin catalog
  • Add custom MCP servers using the standard protocol
  • Agency-specific tool integrations through the service catalog
  • Examples: Shopify, Airtable, Slack, Notion, or any MCP-enabled tool

Growth, Billing & Onboarding

  • Essential — $199/mo, 7-day free trial, 1 seat, Brand DNA + one KB + brand-aligned content
  • Growth — $399/mo (new subscriptions), expanded automation and team capacity
  • Unified checkout with auto-onboarding; post-checkout auto sign-in; client slug customization
  • Subscription self-service in billing panel; Autumn live sync; subscription sync cron
  • Hardened checkout identity and verify-session provisioning; improved billing portal routing
  • Onboarding — multi-page site discovery; website evidence gates for competitor intelligence; AI analysis anchored to authoritative website URL; competitor recovery and partial completion APIs
  • Platform Guide — free access with usage analytics
  • Telegram — account linking, tier-gated DM chat with client KB context; workflow nodes and templates

Developer Stack

  • Next.js 15.5 (App Router)
  • React 19
  • TypeScript (strict mode, zero any types)
  • Tailwind v4
  • Drizzle ORM with connection pooling
  • Streaming responses with Server-Sent Events
  • Vercel AI SDK (unified model access)
  • Modular architecture for customization
  • Migration system for database evolution
  • Background job processing for workflows
  • Built-in services: Stripe, Autumn, Firecrawl, Supabase (pgvector), OpenAI, Anthropic, Google, Gmail

Admin

Agency control panel, analytics, ROI, credits, and admin-side MCP and model controls.

Account credit usage
Account credit usage

Admin Console (Agency Control Panel)

  • Multi-tenant client management
  • Client-scoped data isolation with Row Level Security
  • Role-based permissions (admin, member, viewer)
  • Usage analytics with time-based filtering
  • Credit controls via Autumn integration
  • Audit trails with CSV export
  • Credential vault
  • API keys per client (tier-gated)
  • Global system configurations
  • Character trait management
  • Template library management
  • Model configuration (enable/disable per tier)
  • Paused client badge system
  • Workflow template management
  • Admin activity tracking (including session login data)
  • KB admin tools (bulk delete all KB documents)
  • Primary account management
  • Centralized API key scopes and MCP scope checks
  • MCP access toggle per client

Admin Analytics & Client Insights

  • Per-client and cross-client usage metrics
  • User activity and engagement patterns
  • Message volume tracking (daily, weekly, monthly trends)
  • Active user counts and growth tracking
  • Top users by message volume
  • Character trait usage distribution
  • Workflow execution monitoring
  • One-click data refresh with 5-minute cache
  • CSV export for leadership reporting
  • Insight trends for agency performance monitoring
  • Client Insights with cached analytics
  • Daily client insights report — frustration index, top improvement, conversation intelligence
  • Per-client coach report — two-layer usage taxonomy, feature-aware coaching, Performance ROI, concrete examples (Gmail-delivered)

Reporting & ROI Automation

  • Industry-backed ROI calculation model for progress tracking
  • Automated usage tracking and credit logging
  • Time-saved metrics via message volume
  • KB usage tracking with document references
  • Team activity visualization
  • Exportable summaries via CSV
  • Performance monitoring dashboards
  • Scheduled workflow reports via Gmail
  • Competitive analysis automated reports
  • Content intelligence digest emails

Market Intel

Deep research, brand monitor, and content architecture for market-facing intelligence.

Deep research profile builder
Deep research profile builder
Market intelligence overview
Market intelligence overview

Content Architecture & Market Intelligence

Deep Research

5–10 minute research sessions analyzing:

  • High-performing content patterns with real examples
  • Audience psychology and motivations
  • Target customer profiles from deep research
  • Proven structures across platforms
  • 15–20 content patterns (headlines, hooks, CTAs, structures, formats)
  • 10–15 real examples with URLs and citations
  • 3–5 actionable templates with step-by-step guides
  • Universal action items requirement in deep research reports
  • Progressive streaming updates during analysis
  • Save analyses directly to Knowledge Base with embeddings
  • Async Firecrawl agent jobs with reconciliation/recovery; parallel multi-source research with persisted sub-query state

Brand Monitor

  • AI-powered competitor discovery
  • Share-of-voice intelligence
  • Sentiment detection + sentiment markers
  • Visibility scoring across providers (ChatGPT, Claude, Gemini)
  • Provider ranking table (OpenAI, Anthropic, Google)
  • Multi-column layout for side-by-side competitor insights
  • Geographic relevance for competitor analysis
  • Progressive streaming updates
  • Save insights directly to KB with embeddings
  • AEO visibility audit + actionable recommendations system
  • Frequency and robustness testing APIs; structured action items in Deep Analysis

Competitor Tracking (Firecrawl Monitors)

  • Native Firecrawl Monitors API — create, update, delete, and run page watches
  • Scheduled polling (cron every 15 minutes; hourly schedule option)
  • Alert goal and smart-alerts toggle
  • AI judgment on detected changes surfaced in reports
  • Report history with optimistic updates; workflow node integration
  • Market Intelligence overview; credit tracking and notifications

Create

Agent Chat, personas, templates, content queue, publishing, collaboration, and in-app notifications.

Agent chat dashboard
Agent chat dashboard

Agent Chat

Streaming KB-grounded assistant on the client dashboard (/{clientSlug}/dashboard)

Conversation & grounding

  • True SSE token streaming with conversation continuity (token-budget context windowing)
  • Client KB + Human KB retrieval with source attribution
  • Human KB document purposes — routing and prompt context selection by role (facts, tone, examples, research)
  • Search relevance ranked before priority pins; pinned fallback caps so pins supplement retrieval without drowning matches
  • Source-specific URL grounding — direct scrape, server-side article preflight, source URLs in output flags
  • Inline web search with depth control and synthetic result UX
  • Pre-response status streaming (thinking/status SSE before tokens)

Natural language & tools

  • Natural-language tool calling — plain-language requests invoke web search, image generation, platform guide, and workflows without bracket commands
  • Bracket commands remain supported: [GUIDE …], [WORKFLOW RUN|LOAD|SAVE|SCHEDULE], [IMAGE …]
  • Tool-only responses for image-only or action-only answers
  • Agent skills — GUIDE, IMAGE, WORKFLOW, kb-grounded-content, photo-direction; single-deliverable prompts and scope clarification
  • Intent clarification, voiced frustration detection, creative-dissatisfaction regenerate, recovery advice, clarification quick replies

Images & output

  • KB-aware image generation with reference images (referenceImages in output flags)
  • KB image gallery intent path and attachment UI
  • Photo-direction skill with server-side photographic realism modifiers
  • Normalized [IMAGE] syntax; hardened prompt validation; generation hardening and error streaming
  • Quality Control sidebar (collapsible) with checklist flags and artifact download aligned to actual artifacts
  • Pinned decisions (UI + persistence)
  • Character trait switching with improved traceability and output quality
  • Output templates by category: Strategy, Social, Content, Communications, Design

Workflows from chat

  • Workflows starter-row popover
  • Shared resolve/inputs for chat commands and workflow catalog
  • Natural-language input discovery, enrichment, and execute aliases
  • MCP outputs persisted; conversations reload reliably after workflow runs

Performance & quality

  • Per-stage latency instrumentation and deferred post-stream side effects
  • Agent Chat core test suite and manifest
  • Brand rules enforce no fake-contrarian reveal framing in generated copy

Team Collaboration & Organization

  • Projects feature: organize and share exact AI-generated responses
  • Centralized content collections visible to entire client team
  • AI-powered label generation for organized responses
  • Multiple project assignment per response
  • Click-through navigation from saved responses to full conversations
  • Project filtering across conversation history

Characters & Personas

  • Global Personalities (built-in):
    • Professional Assistant (default) — business-appropriate tone with output modifiers for email, LinkedIn, proposals, documentation, meetings, reports
    • Creative Writer — storytelling and engagement with modifiers for blog, social, marketing, newsletters, stories, scripts
    • Technical Expert — precise technical language with modifiers for documentation, tutorials, analysis, API docs, architecture, code reviews
    • Brand Ambassador — client-specific brand voice with modifiers for brand posts, customer service, announcements, PR, social responses, campaigns
  • Customization:
    • Custom personas per client or vertical
    • Per-character output modifiers by content type
    • Persona-guided reasoning for high-precision outputs
    • Character trait selection in dashboard with improved switching and traceability
    • Admin character trait management (create, edit, visibility scoping)

Output Templates

  • Strategy: Campaign Strategy, Single Goal Campaign
  • Social: LinkedIn Post, LinkedIn Timeline Post, Social Media Post Text, Social Media Caption, New Feature Post
  • Content: Headlines, Hooks & Headlines, Blog Article, Landing Page, Image Prompt, Shopify Product Description, Shopify Blog Post
  • Communications: Professional Email
  • Design: Social Image Prompt, Hero Image Prompt, Ad Creative Prompt, Diagram Prompt, Design Concept Prompt
  • Default: General Response (conversational mode)
  • Categories displayed in chat: Strategy, Social, Content, Communications, Design
  • Custom prompts with usage tracking per client
  • Admin-managed template library (add, edit, enable/disable per tier)

Content Queue & Publishing

Content queue

  • Multi-element batch generation; prompt metadata and conversation linking; batch delete; protected-client toggle

Publishing

  • Shared refinement pipeline; content-family-aware filtering; title deduplication; keep-publish toggle; multi-source featured image selection and direct upload; composition / brand rules (AI-tell suppression)

Blog platform

  • Changelog on subdomain; human-client inline publishing; AI-generated TL;DR; PostList grid with excerpt; article CTA; typography aligned with marketing site

Notifications (Robust)

  • Unified in-app notification system
  • Notification management UI
  • Actionable notification types
  • Mark all as read
  • Admin notifications sync to new users
  • Notifications for report completion + onboarding messaging

Automate

Visual workflows, scheduling, templates, nodes, and delivery integrations.

Workflow builder
Workflow builder

Workflow Automation — Builder & scheduling

Visual Builder

  • Drag-and-drop workflow canvas with React Flow
  • Visual node IDs for variable reference
  • Real-time validation and testing

Scheduling & Triggers

  • Time-based scheduled workflows (daily, weekly, monthly)
  • Manual trigger workflows
  • Automated execution with background processing

Workflow Automation — Pre-built templates

Content

  • Web Research to Blog Post — scrape any URL, generate polished blog post
  • Competitor Content Analysis — scrape competitor, generate strategic analysis
  • Weekly Research Digest — search industry topics, generate curated digest
  • Content Refresh from Past Article — scrape + search, rewrite with current data
  • Multi-Platform Social Content — generate LinkedIn, Twitter, and Facebook posts in one run

Research

  • Deep Competitor Intelligence — autonomous deep research into competitive landscape
  • Industry Trends Report — deep research into market shifts and emerging trends
  • Pricing Intelligence Report — deep research into competitor pricing strategies
  • Customer Insights Research — deep research into customer needs and objections

Communication

  • Generate and Send Email Newsletter — research, write, and send via Gmail
  • Blog Post to Email Campaign — scrape blog, convert to email, send via Gmail
  • Deep Research to Newsletter — deep research into topic, generate newsletter, send via Gmail

Intelligence

  • Competitor Change Alert — monitor competitor pages, email alerts on changes

Commerce

  • Shopify Product Launch — AI-generated product descriptions (coming soon)

Workflow Automation — Nodes & output

Workflow nodes

  • Start nodes (manual trigger, scheduled)
  • AI Generate (content creation with full KB context)
  • Deep Research (autonomous multi-minute research sessions)
  • Firecrawl Scrape + Search
  • Gmail Send (automated email reports and outreach)
  • Competitor Tracking (Firecrawl Monitors — page watches with AI judgment)
  • MCP Tool nodes (extensible integrations via service catalog)
  • Condition/Branch logic
  • Approval gates
  • Platform Email (internal notification delivery)
  • Output nodes

Intelligence workflows

  • Competitive analysis with automated reporting
  • Target customer profile research
  • Content structure recommendations from deep research
  • Automated Gmail delivery of insights

Output management

  • Save workflow outputs to conversations
  • Save to Knowledge Base with embeddings
  • Email results via Gmail integration
  • Chain multiple workflows together
  • Workflow execution status tracking

Make your agency harder to replace.

See how FullSignal turns your knowledge, delivery, and workflows into infrastructure clients stay attached to.