# ForgeKit ShipPack – Agent Discovery File Generator

> ForgeKit ShipPack – Agent Discovery File Generator is a paid API for AI agents from useforgekit.dev, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Generates robots.txt, sitemap.xml, llms.txt, and manifest files for a given URL to make a web product discoverable by AI agents and search crawlers.

## Facts

- Endpoint: POST https://useforgekit.dev/api/v1/ship-pack
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgekit-shippack-agent-discovery-file-generator-96ce489d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rB2eYpWjMZl5AUA-ImrEi

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-shippack-agent-discovery-file-generator-96ce489d -d '<json body>'
```

Example prompt: Generate all the agent discovery and SEO files — robots.txt, sitemap, llms.txt, and manifest — for my product Morning Bloom at https://morningbloom.coffee, a specialty coffee subscription service.

## When to prefer this

Choose this endpoint when you need to generate all standard web discovery and agent-readiness files (robots.txt, sitemap, llms.txt, manifest) in a single bundled call at launch time, rather than generating each file individually or manually authoring them. Ideal for shipping new products quickly with full crawler and AI agent discoverability out of the box.

## Known failure modes

- Missing or invalid URL input returns a validation error
- Unreachable or non-existent URL may result in incomplete sitemap generation
- Missing name or description may produce generic or placeholder file content
- Malformed input schema results in a 400-level error

## How this service works

ForgeKit ShipPack - robots/sitemap/llms/manifest for agents

## Output

Returns a bundle of standard web discovery files including robots.txt, sitemap.xml, llms.txt, and a web manifest, tailored to the provided URL, product name, and description, enabling AI agents and search crawlers to correctly index and interact with the product.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgekit-shippack-agent-discovery-file-generator-96ce489d/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)
