AI Agents
OpenMetadata represents an AI agent in three related ways. Choose the interface that matches the task.
AI Studio agents and cataloged AI Applications aren’t the same resource. An integration can create both and relate operational activity to the cataloged application through the
agent reference in each execution record.
Agent Execution Endpoints
The list endpoint accepts
agentId, startTs, endTs, and limit. Required create fields are agent, agentId, timestamp, and status. Valid statuses are Running, Success, Failed, Timeout, Cancelled, and PartialSuccess.
Record an Execution
REST API
Invoke an AI Studio Agent
Install the Python AI SDK withpip install data-ai-sdk, then configure AI_SDK_HOST and AI_SDK_TOKEN.
Python AI SDK