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

# Index

# SDK Guides

Task-oriented walkthroughs. Each guide builds something end-to-end and links to the relevant [reference pages](../reference/index) for detail.

## Get running

* **[Quickstart](./quickstart)** — from zero to a live, connected agent in five minutes.
* **[Connecting to Svantic](./connecting)** — connected vs. hosted modes, credentials, URLs.

## Build features

* **[Defining capabilities](./defining-capabilities)** — parameter schemas, handlers, context, errors.
* **[Smart agents](./smart-agents)** — let an LLM plan which capabilities to call.
* **[Calling other agents](./calling-other-agents)** — `RemoteAgent` and `MessageBuilder` patterns.
* **[Triggers](./triggers)** — run your agent on webhooks, schedules, and emitted events.
* **[MCP integration](./mcp-integration)** — bridge any MCP server as agent capabilities.

## Integrate

* **[Attach to Express](./attach-to-express)** — add agent endpoints to a service you already have.

## Observe and secure

* **[Telemetry & tracing](./telemetry)** — spans, events, dashboards, custom instrumentation.
* **[Securing dispatches](./securing-dispatches)** — turn on dispatch-auth for hosted agents.
* **[Sensitive forms](./sensitive-forms)** — keep secrets out of the agent and the LLM.

***

Don't see what you need? The [reference](../reference/index) documents every exported symbol.
