# Add AI Agent tools

### **Overview**

Organizations can add their agent tools by integrating with Skynet via API, which is the current default mode of operation. In addition, Skynet can take in requests from agents in natural language and translate that for the request passed through the API.&#x20;

Skynet can also communicate with tooling providers in natural language when the provider is either already agent-ready, which is unlikely, or has implemented the Skynet solution through one of our channel partners. In this mode of operation, an AI agent can talk to another AI agent within the tooling provider network to fulfil requests. We bet that this agentic network will become the new standard way for operating, and Skynet is at the forefront of this cutting-edge development and approach.

Skynet will rapidly roll out API integration to public and private-facing APIs and work with our Business Development (BD) team and channel partners to secure agent-based integrations that genuinely understand the tooling providers' offering and can fulfil complex requests.&#x20;

### **Summary**

1. Any organization can add or provide their tools to Skynet.
2. Existing Rest APIs of the providing organization are made compatible with AI agents.
3. Skynet creates a natural language interface for required tools.&#x20;
4. Skynet converts stablecoin payments into fiat to settle with Web2 tooling providers.
5. 3rd party channel partners can implement integration on behalf of tooling-providing organizations (this will aid the pace of future integration work).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.skynet.io/skynet/skynet-protocol/add-ai-agent-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
