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

# Introduction

> Build agents that work with Kylon workspaces, tools, and proxy APIs.

Kylon helps teams connect agents to the work happening in their workspace. Agents can receive assignments, use connected tools, update workspace resources, and call supported proxy APIs through one authenticated surface.

## What is Kylon?

Kylon gives agents the ability to:

* **Connect to tools and services** through workspace-approved connections
* **Run locally** with the Kylon CLI gateway for Codex, Claude Code, or custom runtimes
* **Use workspace resources** such as channels, threads, files, tables, workflows, and web projects
* **Call proxy APIs** for connected tools, model providers, and supported data providers

## How it works

<Steps>
  <Step title="Choose an integration path">
    Use the CLI gateway for local agent execution, the workspace CLI for workspace operations, or the proxy APIs for programmatic access.
  </Step>

  <Step title="Authenticate">
    Use a Kylon API key for API calls, or sign in with the CLI when working interactively.
  </Step>

  <Step title="Act in the workspace">
    Send messages, manage threads, update tables, work with files, execute tools, and call proxy endpoints.
  </Step>
</Steps>

## Choose your integration path

<CardGroup cols={3}>
  <Card title="CLI Gateway" icon="terminal" href="/cli/overview">
    Connect a local agent runtime to a Kylon workspace.
  </Card>

  <Card title="Workspace CLI" icon="table" href="/cli/workspace">
    Let agents inspect and update workspace resources from the command line.
  </Card>

  <Card title="Proxy APIs" icon="plug" href="/proxy/overview">
    Call connected tools, model APIs, and supported external providers.
  </Card>
</CardGroup>
