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

# Rippletide Platform

> The unified dashboard for evaluating, building, and deploying reliable AI agents

## What is the Rippletide Platform?

The Rippletide Platform at [app.rippletide.com](https://app.rippletide.com) is the web interface that brings together all three pillars of Rippletide in one place:

<CardGroup cols={3}>
  <Card title="Eval (Evaluate agent responses)" icon="chart-line">
    Evaluate agent responses, run evaluations, view hallucination reports, and track agent hallucinations over time. All from the dashboard.
  </Card>

  <Card title="Context Graph" icon="diagram-project">
    Visualize your agent's context graph: entities, memories, and relationships displayed as an interactive graph.
  </Card>

  <Card title="Decision runtime" icon="wand-magic-sparkles">
    Build agents step by step: define knowledge, configure processes, and set guardrails. All from the browser.
  </Card>
</CardGroup>

## When to use it

* You want a visual interface instead of writing API calls
* You need to onboard team members who aren't developers
* You want to visualize and debug your agent's context graph
* You need to import knowledge from external sources (PDFs, Amazon Bedrock)

## Key Features

<CardGroup cols={2}>
  <Card title="Visual Agent Builder" icon="wand-magic-sparkles">
    Create agents step by step: define a name, connect a knowledge source, configure processes, and set guardrails.
  </Card>

  <Card title="Knowledge Connectors" icon="plug">
    Import knowledge from external sources like Amazon Bedrock, PDFs, or manual Q\&A entry. The platform extracts and structures your data automatically.
  </Card>

  <Card title="Guardrail Configuration" icon="shield-halved">
    Set safety rules your agent must follow. Guardrails are enforced at the engine level with 100% compliance. They cannot be bypassed by prompt injection.
  </Card>

  <Card title="Knowledge Visualization" icon="diagram-project">
    See your agent's entire context graph: Q\&A pairs, tags, relations, and state transitions displayed as an interactive graph.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Sign up">
    Go to [app.rippletide.com](https://app.rippletide.com) and create an account.
  </Step>

  <Step title="Create an agent">
    Click "Create Agent", choose "Start from scratch" or connect an external knowledge source.
  </Step>

  <Step title="Add knowledge">
    Upload PDFs, connect Amazon Bedrock, or manually add Q\&A pairs.
  </Step>

  <Step title="Configure guardrails">
    Define the safety rules and boundaries for your agent.
  </Step>

  <Step title="Test and iterate">
    Chat with your agent directly in the platform, review its context graph, and refine.
  </Step>
</Steps>

## Integrations

<CardGroup cols={2}>
  <Card title="Amazon Bedrock" icon="aws" href="/docs/trust-platform/integrations/amazon-bedrock">
    Connect your existing Bedrock knowledge bases to Rippletide for evaluation and guardrail enforcement.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/docs/trust-platform/integrations/mcp">
    Expose your agent as an MCP server and plug it into Cursor, Claude, VS Code, and more.
  </Card>
</CardGroup>
