# Survival Colony x402 Agent Readiness Review

> Survival Colony x402 Agent Readiness Review is a paid API for AI agents from service.31-207-45-250.sslip.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Analyzes API or agent service metadata text and returns a structured readiness assessment covering payment, security, discovery, and usability issues with a 0–100 score.

## Facts

- Endpoint: POST https://service.31-207-45-250.sslip.io/v1/agent-readiness
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/survival-colony-x402-agent-readiness-review-0dd76cd9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hAwCy6ikf2Cm8Zq-xArRW

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 survival-colony-x402-agent-readiness-review-0dd76cd9 -d '<json body>'
```

Example prompt: Can you run an agent-readiness review on this service description and tell me the readiness score, any payment or security issues, and what I should fix first: 'This API accepts USDC via x402 on Base and returns weather data for a given city'?

## When to prefer this

Choose this endpoint when you need a structured, scored evaluation of an API or agent service description specifically targeting x402 payment readiness, agent discoverability, and usability — rather than generic code linting, spec validation, or a manual review. It is especially useful before publishing a service to AI agent marketplaces or x402 directories, and when you need actionable, prioritized fixes rather than raw feedback.

## Known failure modes

- Text field empty or missing — validation error returned
- Text exceeds 4000 character limit — rejected with error
- Instruction exceeds 500 characters — rejected with error
- Payment not received or x402 handshake fails — 402 response before analysis runs
- Malformed JSON body — 400 error
- Upstream AI model timeout — 5xx error with no score returned

## How this service works

Low-cost AI analysis, extraction, summarization and risk-review APIs payable with USDC via x402 on Base.

## Output

Returns a JSON object containing a plain-English verdict, categorized issue lists (payment_issues, security_issues, discovery_issues, agent_usability_issues), a list of prioritized_fixes, next_validation_steps, and a numeric readiness_score_0_100 indicating overall agent-readiness of the submitted service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "maxLength": 4000,
   "minLength": 1
  },
  "instruction": {
   "type": "string",
   "maxLength": 500
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "verdict": "...",
  "payment_issues": [],
  "security_issues": [],
  "discovery_issues": [],
  "prioritized_fixes": [],
  "next_validation_steps": [],
  "readiness_score_0_100": 0,
  "agent_usability_issues": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/survival-colony-x402-agent-readiness-review-0dd76cd9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from service.31-207-45-250.sslip.io](https://www.zero.xyz/host/service.31-207-45-250.sslip.io/llms.txt)
