Build Agents
Agents are the workloads that call LLMs and tools through the Agentic Data Plane. Start with how agents work, then create a declarative agent, register one you run yourself, and apply architecture and system-prompt best practices.
Learn how ADP agents use a declarative approach backed by a broad library of prebuilt tools and integrations to replace custom agent code.
Understand how declaratively configured agents execute reasoning loops, manage context, invoke tools, and handle errors.
The A2A protocol enables agents to discover and call each other across platforms. Learn how agent cards, authentication, and protocol versioning work in ADP.
Design maintainable agent systems with single-agent and multi-agent patterns based on domain complexity.
Write system prompts that produce reliable, predictable agent behavior through clear constraints and tool guidance.
Configure an ADP agent declaratively through the create form. No Python or JavaScript code required.
Register a self-managed agent so it appears in the ADP agent registry, with its telemetry and cost attributed alongside managed agents.
Triggers connect a deployed agent to the outside world, so people and systems can invoke it without calling its API directly.