---
title: "Trickest Platform Documentation"
canonical: https://trickest.com/docs/introduction
description: "Learn how to visualize, operate, and scale offensive security workflows."
---

# Trickest Platform Documentation

## Start here

New to Trickest? Get oriented with the platform's core concepts, then dive into CLI/SDK workflows or follow a how-to guide.

<Note>
  **On the Community plan?** [Set up your
  workspace](/docs/key-concepts/community-plan): connect a self-hosted machine,
  add your own model key for the agent, and run from the CLI, SDK, API, or MCP.
</Note>

<CardGroup cols={2}>
  <Card
    title="Community Plan"
    icon="id-badge"
    href="/docs/key-concepts/community-plan"
  >
    Self-hosted execution, the agent with your own key, and full developer
    access.
  </Card>
  <Card
    title="Key Concepts"
    icon="lightbulb"
    href="/docs/key-concepts/introduction"
  >
    Understand the platform's core building blocks.
  </Card>
  <Card
    title="How-to Guides"
    icon="book"
    href="/docs/using-the-app/introduction"
  >
    Step-by-step guides for workflows, database, and access.
  </Card>
  <Card title="CLI" icon="terminal" href="/docs/developer-tools/cli">
    Run and manage workflows from your terminal.
  </Card>
  <Card title="Trickest SDK" icon="code" href="/docs/developer-tools/sdk">
    Build integrations against the platform API.
  </Card>
  <Card
    title="Sandbox SDK"
    icon="code"
    href="/docs/developer-tools/sandbox-sdk"
  >
    Run commands, manage files, and build app previews in a Linux sandbox.
  </Card>
</CardGroup>

## Stay in the loop

<CardGroup cols={2}>
  <Card title="Changelog" icon="rocket" href="/docs/releases/changelog">
    Track new releases and platform updates.
  </Card>
  <Card title="Blog" icon="newspaper" href="/blog">
    Read product updates and security research.
  </Card>
</CardGroup>

---
_Markdown source of https://trickest.com/docs/introduction._
