# Agent Builder

This guide will walk you through how to get started with the Sahara Agent Builder and the AI Marketplace, now available in open beta for all users.

### Overview

[Sahara AI](https://saharaai.com/) is unlocking a new way to build, own, and deploy AI agents-all without writing code.

Whether you’re technical or not, you can:

* Build custom AI agents in minutes
* Use Retrieval-Augmented Generation (RAG) with your own data
* Access curated open-source models and datasets from the AI Marketplace
* Register agents on-chain and prepare for monetization

<figure><img src="/files/Xvvy9gsl2QNU5LnvGSzw" alt=""><figcaption></figcaption></figure>

***

### Getting Started with Agent Builder

The Agent Builder allows you to easily create functional AI agents through a no-code interface. You can build, customize, and deploy agents directly from your browser, without any infrastructure setup.

#### Core Features

* No-code agent creation
* Prompt-based agents with custom behaviors
* Retrieval-Augmented Generation (RAG) using your own documents
* Fully managed serverless deployment
* Real-time monitoring and usage tracking

⚠️ Note: During open beta, free usage is rate-limited. You can apply for expanded access via the in-app popup or this whitelist form.

***

### Build Your First Agent - Quick Start

Follow these simple steps to create and deploy your first agent:

#### Step 1: Create a New Agent

* Navigate to the Agent Builder.
* Name your agent.
* Define your agent’s system prompt — describe its task, tone, and behavior.&#x20;

<figure><img src="/files/frzcBmWdedRbFJcHfCZ0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SvkjBMd3IKqsUWdxYLHL" alt=""><figcaption></figcaption></figure>

#### Step 2: Select a Model

* Use a model you own or import a model directly from the AI Marketplace.

<figure><img src="/files/SOPtr3h6lg4wQ7Jt46CU" alt=""><figcaption></figcaption></figure>

#### Step 3: Select a Dataset (Optional)

* Use your own uploaded datasets or import a dataset from the AI Marketplace. Any uploaded or purchased datasets are securely stored in your assets folder.

<figure><img src="/files/ajWSy3loPra4Wgxtcpwl" alt=""><figcaption></figcaption></figure>

#### Step 4: Register Your Agent

* Choose to register your agent on-chain via the Sahara Blockchain.
* Registration mints an OwnershipNFT, establishing on-chain provenance.

<figure><img src="/files/ztM1DXe6rlLKRQBmgjTp" alt=""><figcaption></figcaption></figure>

#### Step 5: Assign a Co-Owner (Optional)

* Share ownership of the agent with collaborators.

<figure><img src="/files/41lxKiZrm7NJ1WDtSQjX" alt=""><figcaption></figcaption></figure>

#### Step 6: Set a License Type

<figure><img src="/files/qfbYvH1XMFPVk3YHe15F" alt=""><figcaption></figcaption></figure>

When registering your agent, select a license that defines usage rights:

| License Type         | Description                                                            |
| -------------------- | ---------------------------------------------------------------------- |
| Open Use             | Free, unrestricted reuse with no royalties                             |
| Non-Commercial Remix | Free remixing allowed for non-commercial use                           |
| Commercial Use       | Commercial use allowed, remixing prohibited                            |
| Commercial Remix     | Full commercial use & remixing allowed, with automated royalty routing |

⚠️ Licensing is required to list your agents for monetization when the Marketplace opens for commercial use.

#### Step 7: Complete the Registration of your Agent

⚠️If you require additional $SAHARA to complete the transaction click "**Top Up"** to access the testnet faucet.

<figure><img src="/files/1KfXbDLBqx6wyctTPb29" alt=""><figcaption></figcaption></figure>

#### Step 7: Deploy Your Agent

* Click on your newly registered agent&#x20;
* Select Serverless provider.
* Your agent will be live with an API endpoint in seconds.

<figure><img src="/files/0rCTWCb8dKHUL4BcdgSR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/m1yxtnWdHqXnQmEIvUj8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dSHqQeIa8mpF7vOd2hrz" alt=""><figcaption></figcaption></figure>

***

## What’s Coming Next

The open beta is just Phase 1. Future roadmap items include:

* Agent monetization and listings
* Dedicated GPU deployments for advanced compute
* Advanced tool-chaining and multi-step agent logic
* Full on-chain creator profiles for discoverability


---

# 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.saharaai.com/developer-docs-ai-developer-portal/agent-builder.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.
