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

# Introduction

> Welcome to TaskForceAI - The Multi-Agent Orchestration Platform

TaskForceAI is a powerful platform designed to orchestrate complex multi-agent workflows. Whether you're building a simple automation or a massive agentic swarm, we provide the tools to make it seamless.

Create API keys and review usage in the [TaskForceAI Console](https://console.taskforceai.chat), then use the REST API, SDKs, CLI, or desktop app from the surface that fits your workflow.

## Exploration

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="/docs/api">
    Developer API endpoints for task runs, files, threads, models, and usage.
  </Card>

  <Card title="TypeScript SDK" icon="square-terminal" href="/docs/typescript-sdk">
    Build type-safe agentic applications with our official TS client.
  </Card>
</CardGroup>

## SDKs & Tooling

We provide official SDKs for major languages and platforms to help you get started quickly.

<CardGroup cols={3}>
  <Card title="TypeScript" icon="square-terminal" href="/docs/typescript-sdk" />

  <Card title="Python" icon="box" href="/docs/python-sdk" />

  <Card title="Rust" icon="cpu" href="/docs/rust-sdk" />

  <Card title="Go" icon="binary" href="/docs/go-sdk" />

  <Card title="CLI" icon="terminal" href="/docs/cli" />

  <Card title="Desktop" icon="monitor" href="/docs/desktop" />

  <Card title="Homebrew" icon="package" href="/docs/desktop/homebrew" />
</CardGroup>
