# Agent

This section groups API operations for managing agents, binding resources, invoking runs, automating work, and configuring the runtime. Open an action page for the required identifiers and call parameters.

## Choose a task

| Task | Description |
| --- | --- |
| [Manage agents and versions](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agents/index.html.md) | The agent resource interface is used to manage agents, their versions and resources, models, operating strategies and operating environment bindings. |
| [Choose an invocation protocol](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-invocation/index.html.md) | Before calling an agent, obtain its Agent Card; then you can use the A2A or MCP protocol to initiate the call. |
| [Manage sessions and read messages](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-sessions/index.html.md) | The session interface is used to manage agent session shells and their presentation metadata. |
| [Review run feedback](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-feedback/index.html.md) | The feedback interface is used to review saved agent running feedback and summary statistics; submitting feedback is still completed interactively during the agent runtime. |
| [Configure and run automation tasks](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/index.html.md) | Automation tasks associate configured agents with triggering methods. |
| [Prepare and confirm candidates](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-builder/index.html.md) | The agent building interface is used to read creative resources, generate candidate solutions, and confirm or cancel candidate solutions. |
| [Configure channel connections](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/channel-instances/index.html.md) | A channel instance holds a connection configuration and credential reference for a specific Provider. |
| [Configure agent models](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/model-configurations/index.html.md) | The agent model configuration saves non-sensitive metadata such as model selections, capabilities, and connection references. |
| [Configure runtime policies](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/runtime-policy-profiles/index.html.md) | The run policy configuration is the control plane metadata used by the agent when it is run. |
| [Manage knowledge-base metadata](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-knowledge-bases/index.html.md) | List, retrieve, create, and update the knowledge bases attached to agents. |
| [Manage tools and tool connections](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/index.html.md) | The tool interface is used to manage workspace tools, query reference relationships, and manage built-in GitHub, Grafana, and email tool connections. |
| [Manage skills and versions](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/skills/index.html.md) | The skills interface is used to manage workspace skills, import packages, select versions, and submit run requests. |
| [Configure callback rules](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/callback-rules/index.html.md) | List, retrieve, create, update, and delete callback rules. |
| [Define node invocation templates](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/task-templates/index.html.md) | The agent task template describes the messages, inputs, and context configuration used by the workflow node when invoking the agent. |
| [Bind workflow nodes to templates](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/workflow-bindings/index.html.md) | Agent workflow binding associates workflow nodes to an agent task template. |
| [Choose a runtime provider](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/runtime-providers/index.html.md) | List runtime providers and retrieve a provider profile. |
| [Configure system agents](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/system-agent-setups/index.html.md) | Retrieve or update system agent configuration, including the available GitHub projects used by the configuration. |
| [Load or export agent packages](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/agent-packages/index.html.md) | Load an agent package into the workspace or export an existing package. |
| [Inspect runtime records](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/runtime-observability/index.html.md) | Inspect data partitions, runtime tasks, task events, manifests, and round snapshots for an agent run. |
| [Track asynchronous resource operations](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/operations/index.html.md) | List and inspect agent resource operations, or cancel an operation that can be cancelled. |
| [Connect external services](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/connections/index.html.md) | List, retrieve, create, and update agent connections, and probe MCP connections or create MCP tools in batches. |
