# Aegis Service Registry — Submit Endpoint

> Aegis Service Registry — Submit Endpoint is a paid API for AI agents from aegis.borisinc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Registers an agent-payable x402 service into the Aegis verified trust registry to make it discoverable with a trust score

## Facts

- Endpoint: GET https://aegis.borisinc.com/submit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aegis-service-registry-submit-endpoint-2b453dcd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gtwxIbVlCSadNKSDHU0vU

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 aegis-service-registry-submit-endpoint-2b453dcd
```

Example prompt: Submit my x402 service to the Aegis trust registry so other AI agents can discover and trust it — here are the required properties and metadata for the listing.

## When to prefer this

Use this endpoint when you want to register or publish a new x402-compatible agent-payable service into the Aegis trust registry. This is specifically for service providers who want their APIs to be discoverable by AI agents in the x402 economy and want to build a verified trust score backed by real transactions. Prefer this over generic API directories when trust signals, agent-native payment routing, and x402 protocol compatibility matter.

## Known failure modes

- Missing required service properties returns an error or malformed submission
- Duplicate submissions may not improve trust score without verified purchase history
- Ambiguous or incomplete input schema fields may result in a low initial score
- Network or payment failures (x402 $0.05 USDC) can prevent submission from completing

## How this service works

Search 2,400+ x402 services ranked by delivery-verified trust. Free discovery, paid trust checks, payment routing with failover. We buy from sellers to prove they deliver.

## Output

A JSON response containing a numeric registry ID, an 'ok' boolean indicating successful submission, and a note confirming the service is now discoverable with a message that its trust score will improve with verified uptime and real purchases.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "id": 123,
  "ok": true,
  "note": "Now discoverable; score improves with verified uptime."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aegis-service-registry-submit-endpoint-2b453dcd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aegis.borisinc.com](https://www.zero.xyz/host/aegis.borisinc.com/llms.txt)
