Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Client is the main entry point for interacting with the Agentic SDK. It provides a consistent interface for connecting agents and applications to watsonx Orchestrate and handling authentication, context, and API requests. The Client supports different execution modes that define how requests are authenticated and routed. These modes include:
  • Runs-on: The runtime provides execution context.
  • Runs-elsewhere: The instance credentials are used outside the runtime.
  • Local: Supports development and testing with local configuration.