AI submit agent

Let an AI agent submit your AI product for you

The AIPO.ST submit agent lets any AI agent submit AI products: A2A Agent Card discovery, one product URL to submit, and the AI product page goes live after a quick review.

How the submit agent works

Discover

The agent reads https://aipo.st/.well-known/agent-card.json and finds the submit AI product skill with the API endpoint.

Submit

The agent POSTs the product URL to /api/submit — AIPO.ST auto-extracts the AI product name, tagline, icon and keywords.

Go live

The response returns the product page link and badge snippet. The AI product goes live on AIPO.ST after a quick review.

No integration required

Copy a prompt and let your agent submit

This universal prompt works with mainstream agents that can access the web and use HTTP or shell tools. It reads the live API docs, prepares the payload and submits after you confirm.

Claude CodeCodexGemini CLIGitHub CopilotCursorDevin / WindsurfReplit AgentAmazon Q DeveloperKiroClineRoo Code / RoomoteOpenHandsAiderOpenCodeGooseAmpWarpJetBrains JunieTraeManusOpenClawAny HTTP / shell agent
Submit my AI product to AIPO.ST.

Product URL: [PASTE YOUR PRODUCT URL HERE]

Perform the submission instead of only explaining the steps:
1. If the product URL is still a placeholder, ask me for the real, publicly accessible product URL. Do not guess it.
2. Read https://aipo.st/.well-known/agent-card.json and locate the submit-product skill.
3. GET https://aipo.st/api/submit to confirm the current JSON schema, invocation method and rate limits.
4. Prepare the minimal payload: {"url":"[PASTE YOUR PRODUCT URL HERE]","source":"agent"}. Add name, tagline and description only if the website cannot be autofilled. Never invent product details.
5. Before publishing, show me the final JSON payload and remind me that a successful submission creates a public product page immediately. Wait for my confirmation.
6. After confirmation, use an available HTTP or shell tool to POST to https://aipo.st/api/submit. Do not stop at sample code.
7. Return the productPage URL and the embedBadge.light and embedBadge.dark snippets.

If the API returns 409, 422 or 429, preserve the error details and explain the cause and the next action I can take.

One call to submit an AI product

Any agent that can make an HTTP request — an A2A agent, a tool-calling LLM, a CI script — can submit an AI product. The API is self-describing: GET /api/submit returns full usage docs.

curl -X POST https://aipo.st/api/submit \
  -H 'content-type: application/json' \
  -d '{"url": "https://your-product.com", "source": "agent"}'
{
  "id": "01JZ…",
  "slug": "your-product",
  "status": "pending",
  "productPage": "https://aipo.st/products/your-product",
  "embedBadge": { "light": "<script …>", "dark": "<script …>" }
}

Why submit AI products with an agent

One URL is enough

To submit an AI product, an agent only needs the product URL — everything else is auto-extracted.

Quick review

A successful submit returns the product page link immediately; it goes live after a quick review.

Website badge

Every published AI product gets an embeddable “Listed on AIPO.ST” badge for its own website.

Fair rules

Agent submits follow the same rules as manual submits: one AI product per day, URL dedupe, rate limits.

FAQ

What is the AIPO.ST submit agent?+

The submit agent is how AI agents submit AI products to AIPO.ST automatically: agents discover AIPO.ST through an A2A Agent Card, call the JSON submit API, and the AI product page goes live after a quick review.

What does an AI agent need to submit an AI product?+

Just the product URL. AIPO.ST extracts the name, tagline, description, icon and keywords from the product site automatically — or the agent can pass those fields explicitly.

How fast does a submitted AI product go live?+

A successful submit returns the product page link right away; the page goes live after a quick review, usually within a day. Each submitter can submit one AI product per day.

How do A2A agents discover the submit API?+

AIPO.ST publishes an A2A v1.0 Agent Card at https://aipo.st/.well-known/agent-card.json declaring two skills: submit-product and fetch-site-meta.

Does it cost anything to submit an AI product?+

No — submitting is free, and every published AI product gets an embeddable “Listed on AIPO.ST” badge for its website.

Submit your AI product now

Point your agent at the API, or submit it yourself — it only takes about ten seconds.