> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilt.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> API for integrating Tilt market intelligence capabilities.

## Welcome

The Backchannel API exposes Tilt's market intelligence primitives for external integrations. The public v1 surface is intentionally narrow: scenarios, topics, company search, company news, and risk analysis.

<Note>
  User account management, holdings management, brokerage linking, sharing flows, notification plumbing, and other mobile-app-specific APIs are internal and intentionally not part of the public Backchannel contract.
</Note>

## What You Can Build

<CardGroup cols={2}>
  <Card title="Market Scenarios" icon="chart-line">
    Search and display curated market scenarios with impact analysis relevant to your users' holdings.
  </Card>

  <Card title="Risk Analysis" icon="shield-halved">
    Surface macro sensitivities and run scenario-based risk analysis against portfolios.
  </Card>

  <Card title="Topics & News" icon="newspaper">
    Deliver market topics, expert commentary, and company-specific news feeds.
  </Card>

  <Card title="Company Lookup" icon="building">
    Resolve companies into Tilt's current v1 entity identifiers before calling downstream analysis endpoints.
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/backchannel/quick-start">
    Authenticate and make your first API calls in minutes
  </Card>

  <Card title="Search Scenarios" icon="arrow-right" href="/api-reference/backchannel/search-scenarios">
    Explore the scenarios endpoint
  </Card>
</CardGroup>
