Provider submissions

List a trial

Agent Trials is open source. To add a product or service, submit one public listing JSON file through a GitHub pull request. Listings are reviewed before they appear in the marketplace.

01

Use the agent skill

Give your agent the public skill at /contribute.md. It tells the agent exactly which file to add, which fields are required, how to validate, and how to prepare the PR.

GET /contribute.md
create data/listings/{company-slug}/{product-slug}.json
pnpm validate:listings
02

Provide public trial metadata

Only public product and trial information should be included. Do not submit secrets or private data.

  • Product name
  • Company name
  • Product website URL
  • Free trial URL
  • Category
  • Short description
  • Trial terms
03

Open a pull request

The PR should add exactly one listing file. Maintainers can edit, reject, or remove listings. Publishing is not automatic.

Add trial listing for {Product Name}

Validation:
- pnpm validate:listings