Agentic Data Plane

Build Agents

Agents are the workloads that call LLMs and tools through the Agentic Data Plane. Start with how agents work, then create an agent, draw charts from it, trigger it from Microsoft Teams or on a schedule, set up an agent you host yourself, and apply architecture and system-prompt best practices.

  • How Agents Work

    Learn how Agentic Data Plane agents use a declarative approach backed by a broad library of prebuilt tools and integrations to replace custom agent code.

  • Understand Agent Concepts

    Understand how declaratively configured agents execute reasoning loops, manage context, invoke tools, and handle errors.

  • Connect Agents with A2A

    The A2A protocol lets agents discover and call each other across platforms. Learn how agent cards, authentication, and versioning work.

  • Choose an Agent Architecture

    Design maintainable agent systems with single-agent and multi-agent patterns based on domain complexity.

  • Write Effective System Prompts

    Write system prompts that produce reliable, predictable agent behavior through clear constraints and tool guidance.

  • Create an Agent

    Configure a managed Agentic Data Plane agent declaratively on a single create canvas. No Python or JavaScript code required.

  • Draw Charts from an Agent

    Configure an agent to draw inline charts, inspect their data, and troubleshoot invalid chart blocks in the Playground.

  • Set Up a Self-Managed Agent

    Register a self-managed agent, issue it a client credential, and route its LLM and tool calls through the AI Gateway for spend, traces, and transcripts.

  • Trigger Agents

    Triggers invoke a deployed agent without calling its API directly, from Microsoft Teams or on a schedule.