# OfferSignal AI Companion & Adult-AI Tools Directory

> OfferSignal AI Companion & Adult-AI Tools Directory is a paid API for AI agents from offersignal.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a directory of AI companion and adult-AI tools with pricing, features, and content-policy notes.

## Facts

- Endpoint: POST https://offersignal.io/v1/tools/index
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/offersignal-ai-companion-adult-ai-tools-directory-91e0ca4c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yV-mLJ-ezlTe2ewhhHEBv

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 offersignal-ai-companion-adult-ai-tools-directory-91e0ca4c -d '<json body>'
```

Example prompt: Can you pull up the current directory of AI companion and adult-AI tools — I want to see a list with their pricing, key features, and any content-policy notes so I can compare my options?

## When to prefer this

Use this endpoint when you need a structured, curated list of AI companion or adult-AI tools with pricing intelligence and content-policy context in a single call. Prefer this over general web search when you need machine-readable, pre-aggregated tool metadata with verification status rather than raw web results.

## Known failure modes

- Payment not received or insufficient USDC — request rejected before directory is returned
- Directory data may be stale if tools have not been re-crawled recently (check 'last_verified' and 'updated' fields)
- Some entries may have pricing_verified: false if pricing could not be confirmed
- Empty or partial results if the index is being rebuilt or updated

## How this service works

Directory of AI companion / adult-AI tools: pricing (verified where possible), features, and content-policy notes.

## Output

Returns a JSON object with a count of tools, an array of tool entries (each with name, category, features, source URL, policy note, pricing note, last verified date, and a pricing verified boolean), and a directory-level updated timestamp.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "number"
  },
  "tools": {
   "type": "array",
   "items": {
    "type": "object",
    "properties": {
     "name": {
      "type": "string"
     },
     "category": {
      "type": "string"
     },
     "features": {
      "type": "array",
      "items": {
       "type": "string"
      }
     },
     "source_url": {
      "type": "string"
     },
     "policy_note": {
      "type": "string"
     },
     "pricing_url": {
      "type": [
       "string",
       "null"
      ]
     },
     "pricing_note": {
      "type": "string"
     },
     "last_verified": {
      "type": "string"
     },
     "pricing_verified": {
      "type": "boolean"
     }
    }
   }
  },
  "updated": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/offersignal-ai-companion-adult-ai-tools-directory-91e0ca4c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from offersignal.io](https://www.zero.xyz/host/offersignal.io/llms.txt)
