# Agent Stack ## Docs - [Customize Agent Details](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/agent-details.md): Configure how your agent appears and behaves in the GUI - [Configure Agent Settings](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/agent-settings.md): Allow users to configure agent behavior with interactive settings - [Work with Canvas](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/canvas.md): Handle artifact editing requests from users - [Add Citations to Agent Responses](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/citations.md): Add source references to agent responses with clickable links - [Environment Variables](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/env-variables.md): Declare which environment variables the agent requires so they can be provided by the Agent Stack runtime. - [Handle Errors](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/error.md): Learn how your agent can report formatted errors to the UI. - [Working with Files](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/files.md): Upload and generate files in agents - [Collect Input with Forms](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/forms.md): Collect structured input from users - [LLM Proxy Service](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/llm-proxy-service.md): Learn how to use the LLM proxy service extension within your agent - [MCP integration](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/mcp.md): Learn how Agent Stack helps with authentication when using MCP. - [Working with Messages](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/messages.md): Learn how messages — the foundation of agent communication — are structured, sent, and received - [Multi-Turn Conversations](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/multi-turn.md): Learn how to manage conversation state and history to build context-aware agents in Agent Stack - [Server SDK (Python)](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/overview.md): Enhance your existing AI agents with platform capabilities - [Build RAG Pipelines](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/rag.md): Use vector stores, embedding and text-extraction services to build RAG pipelines - [Manage Runtime Secrets](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/secrets.md): Learn how your agent can request secrets (e.g. API keys) to be provided by the user. - [Approve Tool Calls](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/tool-calls.md): Have tool calls approved by the user before execution - [Visualize Agent Trajectories](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/agent-integration/trajectory.md): Show users the step-by-step reasoning process of your agent. - [Contribute](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/community/contribute.md): Learn how to contribute to Agent Stack - [Agent Stack API Client](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/custom-ui/client-sdk/api-client.md): Complete reference for the AgentStack platform API client and context management - [Extensions](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/custom-ui/client-sdk/extensions.md): Service and UI extensions for agent communication and capabilities - [Client SDK Overview](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/custom-ui/client-sdk/overview.md): Understanding the AgentStack TypeScript SDK architecture and core concepts - [Permissions and Tokens](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/custom-ui/permissions-and-tokens.md): Grant user roles and generate tokens with custom scopes - [Connect CLI to Remote Server](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agent-stack/authenticate-cli-to-server.md): Connect the Agent Stack CLI to your deployed server - [Agent Stack Deployment Guide](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agent-stack/deployment-guide.md): Deploy Agent Stack to Kubernetes with Helm for internal team use - [Monitoring & Observability](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agent-stack/observability.md): Monitor traces, logs, and metrics from your agents and platform - [Build New Agents](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agents/building-agents.md): Start building your own agent with a simple Hello World example - [Deploy Your Agents](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agents/deploy-your-agents.md): Package and deploy your agent to Agent Stack as a managed service - [Wrap Your Existing Agents](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/deploy-agents/wrap-existing-agents.md): Deploy your existing agent to Agent Stack by wrapping it with the Agent Stack server - [Connect A2A Agents](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/experimental/a2a-proxy.md): Instant UI for existing A2A agents - [MCP Connectors](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/experimental/connectors.md): Create and manage data connections to external services - [Quickstart](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/introduction/quickstart.md): Get a running instance in minutes and explore pre-built agents - [Welcome](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/introduction/welcome.md): Open infrastructure for deploying agents from any framework - [CLI Reference](https://ibm-8c0b5b62-gpt-researcher-integration.mintlify.app/stable/reference/cli-reference.md): Complete reference for the Agent Stack command-line interface