Public Documentation

Beacon documentation for users, operators, and developers.

Beacon now exposes a public documentation surface instead of a single internal-looking notes page. Use this hub to get to quickstart, API, MCP, auth, security, deployment, architecture, roadmap, and legal guidance.

Search docs, support, and public pages
search
Overview

What Beacon is

Beacon is a durable web research agent with persistent memory. It plans topic-specific searches, runs web retrieval, synthesizes cited reports, stores facts and URLs per topic, and turns reruns into deltas instead of repeating the same research from scratch.

Context layer

Expands a topic into targeted query plans using the scout model.

Memory layer

Stores seen URLs, facts, summaries, and run history per account or trial session.

Harness layer

Runs the workflow durably with idempotent steps, durable sleep, and fallbacks.

Where To Start

Documentation map

Downloads

Downloadable developer references

API Example

Try Beacon via HTTP

Beacon's main private write surface is POST /api/briefs. The sample below matches the current backend behavior and the supported framework-driven flow.

curl -X POST http://localhost:3000/api/briefs \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <session-or-app-auth>" \
  -d '{
    "topic": "AI coding agent benchmarks in 2026",
    "objective": "Compare major agent platforms and product positioning",
    "focus": "pricing, enterprise trust signals, SDK maturity",
    "source": "dashboard",
    "depth": "deep",
    "timeframe": "30d",
    "reportStyle": "memo",
    "frameworkId": "market-map"
  }'
Report Depth

Why reports can feel short

The current research workflow is optimized for concise operator briefs, not maximum-length analyst reports. In workflows/research.ts, the synthesis prompt currently says Max 600 words and the generation call uses maxTokens: 1500. That combination keeps output fast and compact.

What limits depth today

Short report instruction, executive-summary-first format, and moderate output token budget.

What to change next

Add a deep mode, remove the 600-word rule, raise max tokens, and require more evidence-driven sections.

Recommended next product change:
  - keep "executive" as the concise default
  - add a "deep" or "analyst" mode
  - require sections for:
    market landscape
    evidence table
    contradictions
    implications
    open questions
  - raise synthesis token budget for deep mode
Frameworks

47 framework-guided research modes

Framework choice is behavioral, not cosmetic. Each framework contributes its own planning and synthesis hints so the same topic can be investigated through different research lenses.

Open the full framework guide

Read a longer explanation for every framework in plain language and in technical terms, including when to use it and what Beacon changes under the hood.

Jobs to Be Done

Focus on the progress users are trying to make, not the features they request.

Problem/Solution Fit

Validate that a real, painful problem exists before investing in solutions.

Opportunity Solution Tree

Map the outcome → opportunity → solution hierarchy to avoid premature solution framing.

5 Whys Root Cause

Drill past symptoms to find the systemic root cause of a problem.

How Might We

Reframe problems as design opportunities using open-ended HMW questions.

Double Diamond

Diverge/converge twice: first define the right problem, then design the right solution.

Problem Space Analysis

Systematically map the full landscape of a problem before committing to any solution.

Empathy Map

Understand the user's world through four lenses: what they say, think, do, and feel.

User Journey Mapping

Map the end-to-end experience across all touchpoints to expose friction and delight.

Persona Development

Build evidence-based user archetypes that represent real patterns in the target population.

KANO Model

Classify features by satisfaction impact: must-haves, performance drivers, and delighters.

Contextual Inquiry

Observe users in their natural environment to uncover unarticulated needs and workarounds.

User Story Mapping

Map user activities and tasks to build a shared understanding of what to build first.

Affinity Mapping

Cluster qualitative data to reveal emergent themes and patterns across research findings.

RICE Scoring

Score initiatives by Reach, Impact, Confidence, and Effort to prioritize objectively.

ICE Scoring

Quick prioritization using Impact, Confidence, and Ease — ideal for early-stage decisions.

MoSCoW Method

Categorize requirements as Must-have, Should-have, Could-have, or Won't-have this release.

Impact vs Effort Matrix

Plot initiatives on a 2×2 to identify quick wins and deprioritize hard low-value work.

Opportunity Scoring

Find underserved outcomes where importance is high but current satisfaction is low.

Weighted Scoring

Score options against multiple weighted criteria to reflect actual business priorities.

Value vs Complexity

Simple 2×2 that separates high-value simple wins from complex low-value investments.

Causal Loop Diagram

Map reinforcing and balancing feedback loops to understand systemic dynamics.

Iceberg Model

Look beyond events to patterns, structures, and mental models driving outcomes.

PESTLE Analysis

Scan macro-environment forces: Political, Economic, Social, Technological, Legal, Environmental.

Stakeholder Mapping

Identify and prioritize stakeholders by influence and interest to shape engagement strategy.

Force Field Analysis

Identify driving forces for change and restraining forces against it to design interventions.

Systems Archetypes

Recognize common systemic behavior patterns to predict dynamics and avoid traps.

Blue Ocean Strategy

Create uncontested market space by eliminating, reducing, raising, and creating value factors.

Porter's Five Forces

Analyze competitive intensity through five structural forces that shape industry profitability.

Value Chain Analysis

Map primary and support activities to identify where value is created and where to optimize.

Competitive Moats

Identify sustainable competitive advantages: network effects, switching costs, cost advantages, intangibles.

Platform Strategy

Design multi-sided platform dynamics: producers, consumers, core interaction, and network effects.

First Principles Thinking

Break down assumptions to fundamental truths, then reason up to novel solutions.

Category Design

Create and dominate a new market category rather than competing in an existing one.

Pretotype Testing

Test the riskiest assumption at lowest cost before building anything real.

Smoke Test / Fake Door

Measure demand by advertising a feature that does not exist yet and tracking intent signals.

Wizard of Oz MVP

Simulate automated behavior with manual human effort to validate without building automation.

Concierge MVP

Manually deliver the value proposition to a small group before building any product.

A/B Testing Framework

Design controlled experiments to test hypotheses with statistical rigor.

North Star Metric

Identify the single metric that best captures the core value delivered to users.

Chain-of-Thought Research

Break the research question into explicit sub-questions and answer each before synthesizing.

Multi-Perspective Analysis

Analyze the question through diverse stakeholder lenses to surface blind spots.

Red Team Analysis

Stress-test assumptions and plans by systematically arguing the opposing case.

Scenario Planning

Map multiple plausible futures to stress-test strategy robustness across different outcomes.

Analogical Reasoning

Find structural analogies from other domains and extract transferable insights.

Socratic Method

Use systematic questioning to expose assumptions, contradictions, and deeper truths.

Pre-Mortem Analysis

Imagine the project has already failed and work backwards to identify risks and failure modes.