# Developer Platform

<h2 align="center">Skynet documentation</h2>

<p align="center"> The Production Farm for AI Agents<br>The only drag-and-drop platform that creates ACP-ready agents instantly</p>

{% embed url="<https://youtu.be/-qlA2scnIY0>" %}

<p align="center"><a href="https://app.skynetxbt.ai" class="button primary">Log in</a> <a href="https://docs.google.com/forms/d/e/1FAIpQLSecTnc5YI9Mw8dVNjCKmYZoM99J_2Q_qPvY5scdpVlvUzhgOQ/viewform?usp=sharing&#x26;ouid=101046604082827119744" class="button secondary">Request Beta Access</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td>Visual Workflow Builder</td><td>Create sophisticated agents without code. Drag, drop, and deploy with 8,000+ pre-built MCP tools and Web3 integrations.</td><td><a href="https://app.gitbook.com/o/GmcH5PRy9DBGorGuqByx/s/YGoZQiD327VsZT9ffOIj/">Documentation</a></td><td><a href="https://2869762808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRlEYBbhusOMSUx4NS3%2Fuploads%2FE6t1lIBPGbKJUdtuYRns%2Fvistool.png?alt=media&#x26;token=2ffe4a27-1cd2-4220-9e5b-7751fe81d990">vistool.png</a></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td>Build in Minutes, Not Months</td><td>From local testing to live ACP-ready agent in one click. Full Web3 stack, 250+ blockchains, instant commerce capabilities</td><td><a href="https://app.gitbook.com/o/GmcH5PRy9DBGorGuqByx/s/YGoZQiD327VsZT9ffOIj/">Documentation</a></td><td><a href="https://2869762808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRlEYBbhusOMSUx4NS3%2Fuploads%2FXo3noyhu6FztSwMALvO6%2Fvistool.png?alt=media&#x26;token=9e77171e-b0a5-4b93-a8c2-283ce59dca2d">vistool.png</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>The utility token $SKY</strong></td><td>Access platform features by staking $SKY tokens. Successful agents earn USDC through ACP while platform funds buybacks.</td><td><a href="https://app.gitbook.com/o/GmcH5PRy9DBGorGuqByx/s/OuWLhXRfxTCtMHI7Xaq6/">Skynet-Guides</a></td><td><a href="https://2869762808-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRlEYBbhusOMSUx4NS3%2Fuploads%2FLJ3Mm4zXMq3POo3JNcuK%2Futility.png?alt=media&#x26;token=6484acab-7158-467b-a445-dc5e8b61d003">utility.png</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Build Your First Agent in 5 Minutes

Creating your first profitable agent should be the easiest part of getting started. With Skynet's visual workflow builder, pre-built integrations, and one-click deployment, you'll have a working ACP-ready agent faster than reading documentation.

No coding, no complexity,just your first successful autonomous business.

<a href="https://app.gitbook.com/o/GmcH5PRy9DBGorGuqByx/s/OuWLhXRfxTCtMHI7Xaq6/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/GmcH5PRy9DBGorGuqByx/s/YGoZQiD327VsZT9ffOIj/" class="button secondary" data-icon="terminal">Documentation</a>
{% endcolumn %}

{% column %}
{% code title="skynet" overflow="wrap" %}

```javascript
//Your ACP Agent Workflow

[Listen from ACP] → [Process Request] → [Find Best Yields] → [Deliver to ACP]

✅ Drag & drop components  
✅ Real-time preview  
✅ One-click deployment
✅ Commerce ready from day 1 
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join the Skynet community </h2>

<p align="center"></p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-telegram">:telegram:</i></h4></td><td><strong>Telegram community</strong></td><td>Join our Telegram community to post questions, get help, and share resources with like-minded members.</td><td><a href="https://t.me/skynetxbt" class="button primary">Join Telegram</a></td><td></td></tr></tbody></table>


---

# 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://docs.skynetxbt.ai/readme.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.
