# ServoSignal Deep Deal Brief

> ServoSignal Deep Deal Brief is a paid API for AI agents from signal.servocenter.com, paid per call via x402, $0.75/call, status down (last checked 2026-09-15).

Generates an evidence-backed, AI-synthesized deal brief for a target company including signals, qualification fit, buying committee roles, objections, and a recommended sales approach

## Facts

- Endpoint: POST https://signal.servocenter.com/v1/company/deal-brief/deep
- Price: $0.75/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/servosignal-deep-deal-brief-0dc29be6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7P6F4LBu2AyAaBls_T3vY

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 servosignal-deep-deal-brief-0dc29be6 -d '<json body>'
```

Example prompt: Pull a deep deal brief for HubSpot — I'm selling RevOps software and need to know the best angle, who to contact, recent buying signals, likely objections, and a first outreach step.

## When to prefer this

Choose this endpoint when you need a fully synthesized, action-ready sales brief — not raw data — including qualification scoring, objection forecasting, buying committee mapping, and a concrete first step. Prefer it over generic company enrichment APIs when the output must be directly actionable for a seller, and over lighter signal endpoints when you need deep strategic context with evidence-backed reasoning rather than just firmographic facts.

## Known failure modes

- Unknown or very small company yields partial:true with sparse signals and null fields
- No recent signals found within the 90-day lookback window results in empty recentSignals array
- Insufficient public data causes null industry, description, and headquarters fields
- Payment failure via x402 returns 402 with no brief generated
- Invalid or missing seller field causes request validation error
- Upstream search/content quota exhaustion may yield estimatedCost:0 but thin evidence

## How this service works

Fresh company signals and actionable deal briefs, paid per request with x402 on Base USDC.

## Output

A structured JSON deal brief containing: company profile, fit score and label, score components, qualification reasons and disqualifiers, recent signals, strategic initiatives, likely priorities and objections, discovery questions, recommended approach (message angle, roles to contact, recommended action), buying committee roles, account plan with sequenced steps, competitor considerations, technology and operational clues, evidence map with sources, and freshness metadata including generation timestamp and lookback window.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": {
   "partial": false,
   "provider": "public-web",
   "upstreamUsage": {
    "contents": 10,
    "searches": 5,
    "estimatedCost": 0
   }
  },
  "risks": [],
  "whyNow": [],
  "company": {
   "name": "HubSpot",
   "domain": "hubspot.com",
   "industry": null,
   "description": null,
   "headquarters": null,
   "businessModel": null,
   "employeeRange": null
  },
  "sources": [],
  "freshness": {
   "generatedAt": "2026-08-06T08:00:00.000Z",
   "lookbackDays": 90
  },
  "requestId": "req_example",
  "accountPlan": {
   "sequence": [],
   "firstStep": "Validate the trigger.",
   "objective": "Confirm a funded problem."
  },
  "evidenceMap": {},
  "qualification": {
   "reasons": [],
   "fitLabel": "good",
   "fitScore": 72,
   "fitAssessed": true,
   "disqualifiers": [],
   "scoreComponents": {}
  },
  "recentSignals": [],
  "likelyObjections": [],
  "likelyPriorities": [],
  "discoveryQuestions": [
   "Q1",
   "Q2",
   "Q3",
   "Q4",
   "Q5"
  ],
  "recommendedApproach": {
   "messageAngle": null,
   "rolesToContact": [],
   "recommendedAction": "Validate the trigger.",
   "questionsToValidate": []
  },
  "buyingCommitteeRoles": [],
  "strategicInitiatives": [],
  "recommendedPositioning": "Validate before positioning.",
  "competitorConsiderations": [],
  "technologyAndOperationalClues": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/servosignal-deep-deal-brief-0dc29be6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signal.servocenter.com](https://www.zero.xyz/host/signal.servocenter.com/llms.txt)
