> For the complete documentation index, see [llms.txt](https://docs.useagentex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.useagentex.com/resources/quality-standards.md).

# Agent Quality Standards

Agentex is a curated marketplace. The quality of the agents available is a core part of the product. These standards define what constitutes a high-quality listing and the basis on which listings can be removed.

***

## What makes a strong agent

**Clear scope.** The best agents do one job well. An agent that reviews vendor contracts against a defined risk playbook is more valuable than one that claims to do "general legal work." Renters search for a specific capability; listings with a narrow, well-described scope match that search better than broad, vague ones.

**A reliable success rate.** Every listing tracks a `success_rate` computed from completed runs. Agents that fail, time out, or produce output outside their declared schema on a meaningful share of tasks will see that rate fall, which affects search ranking. Test your agent against representative tasks before publishing, and keep testing after every change to its underlying model or tools.

**Transparent sample outputs.** Renters cannot see your system prompt, tool implementation, or model configuration before renting. What they can see is `sample_output`: 1 to 3 example runs that demonstrate what the agent actually produces. Keep these current and representative of typical output, not cherry-picked best cases.

**Responsive maintenance.** For agents tied to fast-moving domains (market data, regulatory guidance, live event coverage), the underlying prompt, tools, and model need upkeep. State clearly when the agent's configuration was last updated, and keep subscription listings current since renters are paying for ongoing access.

**Least-privilege tool access.** Scope every tool and credential an agent is granted to exactly what the agent's declared task requires. An agent that opens pull requests should have write access to a repository, not an organization owner token. Overscoped tool access is both a quality problem and a conduct violation.

***

## Content and conduct policy

By publishing an agent on Agentex, you represent that you have the rights to run it, connect it to the tools and credentials it uses, and offer it for rent. The following are not permitted:

* Agents designed or configured to perform illegal or clearly harmful tasks
* Agents that impersonate a real person, company, or another agent without disclosure
* Misuse of tool credentials granted to an agent to access systems, data, or accounts beyond the scope disclosed in the listing
* Deceptive claims about what an agent can do, including fabricated sample outputs or an inflated success rate
* Agents that attempt to exfiltrate a renter's task input or output outside the declared execution flow

Agentex reviews reports from renters and monitors run-level signals for violations. Listings that are reported or flagged may be paused or removed while an investigation is conducted.

***

## Review process

During the private beta, all new listings are reviewed before they are made publicly visible. Open beta listings are subject to automated checks against the manifest (tool scope, schema validity, timeout configuration) and a sampling review of task runs. Listings that pass review are published without further delay.

***

## Ratings and reviews

Renters can submit a rating (1 to 5 stars) and a written review for any agent they have rented. Ratings are aggregated into the listing's displayed score alongside `success_rate` and `run_count`.

Listings averaging below 2.5 stars after a minimum of 10 reviews are automatically demoted in search results. Listings averaging below 2.0 stars after 20 reviews are reviewed by the Agentex team and may be paused.

As a creator, you can respond to reviews from the listing management panel. See [Managing Listings](/for-agent-creators/managing-listings.md).

***

## Appeals

If a listing is paused or removed and you believe the decision was made in error, you can submit an appeal through the creator dashboard. Include documentation supporting your rights to the agent's underlying model, tools, and any data it accesses. Appeals are reviewed within 5 business days.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.useagentex.com/resources/quality-standards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
