> ## Documentation Index
> Fetch the complete documentation index at: https://io.net/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Exploring AI Agents

> Learn about AI Agents on io.net and how to use, configure, and deploy them to build autonomous AI systems.

Agents on [io.net](http://io.net) are packaged, executable components that encapsulate task logic, tool interactions, and external integrations. This section documents the agents provided by [io.net](http://io.net), including core agents and agents that integrate with third-party services such as *GitHub*, *Linear*, and other external tools. It describes how to deploy agents programmatically or via `curl`, configure runtime parameters, and manage secrets required for authenticated access to external APIs. These capabilities support repeatable, secure operation of AI agents within automated workflows.

## Getting Started

<Steps>
  <Step title="Navigate to the Agents tab">
    Open [io.net Intelligence](https://ai.io.net/) and navigate to the Agents tab in the navigation bar.

    <Frame>
      <img src="https://mintcdn.com/ionet-cca8037f/0yoW7mbPwygcy17a/images/docs/io-intelligence/Agents/IOIntel_Agents_NavBar.png?fit=max&auto=format&n=0yoW7mbPwygcy17a&q=85&s=567e679fb1b683b7c15d5e7582bebd5e" alt="Agents Tab in the Navigation Bar" width="1154" height="212" data-path="images/docs/io-intelligence/Agents/IOIntel_Agents_NavBar.png" />
    </Frame>
  </Step>

  <Step title="Select an Agent">
    Browse the list of available agents, or use the search bar to quickly locate a specific agent, then click on your chosen agent to view its details.

    <Frame>
      <img src="https://mintcdn.com/ionet-cca8037f/Mhl052ZVUG1_ajIf/images/docs/io-intelligence/Agents/IOIntel_Agents_MainView.png?fit=max&auto=format&n=Mhl052ZVUG1_ajIf&q=85&s=8058761344db12503f17c7ff1f83e026" alt="Agents Selection and Search Bar" width="2488" height="1620" data-path="images/docs/io-intelligence/Agents/IOIntel_Agents_MainView.png" />
    </Frame>
  </Step>
</Steps>

## **Deploying and Configuring Agents**

When an agent is selected, the *Agent Details* view provides everything needed to evaluate, install, and configure your chosen agent.

### Agent Details and Installation

The *Agent Details* view displays information about your selected agent, along with installation options. Agents can be installed using either Python (via `pip`) or `cURL`, depending on your preferred workflow.

If you do not already have an existing API key, the *Agent Details* view provides an option to generate and inject a new API key directly into the provided `pip` or `curl` installation commands, allowing installation to proceed without leaving the page.

<Frame>
  <img src="https://mintcdn.com/ionet-cca8037f/Mhl052ZVUG1_ajIf/images/docs/io-intelligence/Agents/IOIntel_Agents_InjectAPIKey.png?fit=max&auto=format&n=Mhl052ZVUG1_ajIf&q=85&s=03c4017fa856afed5c660c6818383cbf" alt="IO Intel Agents Inject API Key" width="2338" height="1064" data-path="images/docs/io-intelligence/Agents/IOIntel_Agents_InjectAPIKey.png" />
</Frame>

### Trying an Agent before Installation

Before installing, an agent can be tested directly from the interface. Click the **Try Agent** button and it opens the *Playground* where you can be provide input for the agent.

After clicking the **Run Agent** button, the **Result** tab displays the agent’s output, making it possible to quickly validate behavior and responses before deployment.

<Frame>
  <img src="https://mintcdn.com/ionet-cca8037f/WZEfOjHvxZSqrWOL/images/docs/io-intelligence/Agents/IOIntel_Agents_Playground.png?fit=max&auto=format&n=WZEfOjHvxZSqrWOL&q=85&s=09aa251bf60f915a6a5291742816ad95" alt="IO Intel Agents Playground" width="2464" height="1366" data-path="images/docs/io-intelligence/Agents/IOIntel_Agents_Playground.png" />
</Frame>

### Configuring Secrets

Agents that integrate with third-party applications require secrets for authenticated access, for example, GitHub, Linear, Jira and many more.

To configure secrets, navigate to the **Secret Management** tab within the *Agent Details* view.

<Frame>
  <img src="https://mintcdn.com/ionet-cca8037f/WZEfOjHvxZSqrWOL/images/docs/io-intelligence/Agents/IOIntel_Agents_SecretManagement.png?fit=max&auto=format&n=WZEfOjHvxZSqrWOL&q=85&s=33a8a166156ecd0741ef48730ed67ab2" alt="IO Intel Agents Secret Management" width="2380" height="708" data-path="images/docs/io-intelligence/Agents/IOIntel_Agents_SecretManagement.png" />
</Frame>

On this tab:

* Clicking the **Manage Secrets** button redirects you to the *API Keys and Secrets* page.
* On the *API Keys and Secrets* page, a new secret can be added here by clicking **Add Secret** and providing the following details:
  * *Secret Name*
  * *Secret Value*
  * *Associated Agent*

Alternatively, secrets can be created or selected directly within the **Secret Management** section of the *Agent Details* view:

* An existing secret can be selected from the list.
* A new secret can be created by entering a secret name and value.
* Secrets created here are automatically saved and will also appear in the *API Keys and Secrets* page.

Once the required secrets are configured, the agent is fully set up and ready to be interacted with.
