# ForgeKit ShipVerify

> ForgeKit ShipVerify is a paid API for AI agents from useforgekit.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Verifies that a shipped URL is properly configured for SEO, Open Graph metadata, and AI agent discovery after deployment

## Facts

- Endpoint: POST https://useforgekit.dev/api/v1/ship-verify
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgekit-shipverify-12a5a3e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_duhRN7x1xs5JybpKLwbBt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability forgekit-shipverify-12a5a3e3 -d '<json body>'
```

Example prompt: Can you run a ShipVerify check on https://myapp.com to confirm it has all the right SEO tags, Open Graph metadata, and agent discovery signals in place now that it's live?

## When to prefer this

Choose ShipVerify when you need a targeted post-deployment gate that checks SEO, Open Graph, and AI agent discovery signals together in a single call. Prefer it over generic SEO auditors when you specifically care about agent discoverability (llms.txt, manifest) in addition to traditional SEO tags, and when you want a fast, cheap per-URL check rather than a full-site crawl.

## Known failure modes

- URL is unreachable or returns non-200 status — verification cannot proceed
- URL is behind authentication or a firewall blocking external crawlers
- Malformed URL input returns validation error
- Timeout if the target page loads very slowly
- Rate limiting if the same URL is submitted too frequently

## How this service works

ForgeKit ShipVerify - post-ship SEO/OG/agent discovery gate

## Output

Returns a structured verification report indicating whether the submitted URL passes checks for SEO metadata completeness (title, description, canonical tags), Open Graph tag presence and validity (og:title, og:image, og:description, og:url), and AI agent discovery signals (llms.txt, robots.txt, sitemap, manifest). Likely includes pass/fail status per category and specific missing or malformed fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgekit-shipverify-12a5a3e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from useforgekit.dev](https://www.zero.xyz/host/useforgekit.dev/llms.txt)
