# Security Incident Response Planner

> Security Incident Response Planner is a paid API for AI agents from legal.apitoai.xyz, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Generates comprehensive exploit response playbooks covering detection, pause mechanisms, communication protocols, white-hat coordination, and post-mortem processes for Web3/crypto projects

## Facts

- Endpoint: POST https://legal.apitoai.xyz/security_incident_response_planner
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-apitoai-xyz-858b0ce3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NNL06jeC0loE8giUCklJs

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 legal-apitoai-xyz-858b0ce3 -d '<json body>'
```

Example prompt: Create a full exploit response playbook for my Ethereum DeFi lending protocol — I need detection steps, emergency pause mechanisms, communication templates for users and partners, white-hat coordination procedures, and a post-mortem framework in case we get hacked.

## When to prefer this

Choose this endpoint when you need a structured, AI-generated incident response playbook specifically for Web3/crypto protocols. Ideal for DeFi teams, smart contract developers, or protocol security leads who need to quickly generate detection, pause, communication, white-hat, and post-mortem procedures without a dedicated security consultant. Best used alongside sibling endpoints for audit readiness and compliance documentation on the same platform.

## Known failure modes

- Vague or missing 'message' prompt returns a generic or unhelpful playbook
- Overly brief prompt yields incomplete coverage of all five playbook components
- Model may produce generic security advice not tailored to specific protocol architecture
- Rate limits or payment failures return HTTP 402 or error response
- Gemini Pro API downtime causes success:false in response

## How this service works

Create exploit response playbooks: detection, pause mechanisms, communication protocols, white-hat coordination, and post-mortem processes

## Output

A detailed exploit response playbook from Gemini Pro covering: detection methods and alert triggers, smart contract pause/circuit-breaker mechanisms, internal and external communication protocols, white-hat researcher coordination procedures, and a structured post-mortem process with lessons-learned framework. Returned as a structured text response with agent name, success flag, and ISO 8601 timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "message"
 ],
 "properties": {
  "message": {
   "type": "string",
   "description": "Your prompt/query for the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "response": {
     "type": "string",
     "description": "Agent response from Gemini Pro"
    }
   }
  },
  "agent": {
   "type": "string",
   "description": "Agent name"
  },
  "success": {
   "type": "boolean",
   "description": "Whether the request was successful"
  },
  "timestamp": {
   "type": "string",
   "description": "ISO 8601 timestamp"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-apitoai-xyz-858b0ce3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legal.apitoai.xyz](https://www.zero.xyz/host/legal.apitoai.xyz/llms.txt)
