BrandPricing

Agent SDK Guide

This guide explains how to configure the SDK for reliable agent workflows with retries, tracing, and structured outputs.

Install

Install the package and create a client before calling the extraction endpoint.

from agent_sdk import Client
client = Client(api_key="...")

The client returns Markdown that can be cited by downstream agents.