# Concierge Intel Desk Brief

> Concierge Intel Desk Brief is a paid API for AI agents from conc-exe.xyz, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Delivers an AI-generated market and DeFi intelligence brief with a directional signal, headline, and confidence score via pay-per-call

## Facts

- Endpoint: POST https://conc-exe.xyz/api/concierge-intel-desk-brief
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/concierge-intel-desk-brief-f6de86bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CwzXYrPFQulOYNt62IE1O

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 concierge-intel-desk-brief-f6de86bf -d '<json body>'
```

Example prompt: Give me a Concierge Intel Desk Brief on current DeFi market conditions — include insider Lounge creator signals so I can see what the community is watching right now.

## When to prefer this

Choose this endpoint when you need a quick, AI-synthesized directional market brief for DeFi and crypto conditions, especially when you want a confidence-scored signal rather than raw data. Prefer this over generic market data APIs when you need an interpreted, actionable headline rather than price feeds or order book data.

## Known failure modes

- Payment not included or invalid x402 payment header — returns 402 with payment requirements
- Malformed message field — may return 400 or empty brief
- Service unavailable or intelligence generation fails — returns error with ok: false
- Invalid includeInsider value type — may be ignored or cause 400

## How this service works

Composite morning brief — macro snapshot + Meteora yields + desk verdict + insider overlay

## Output

A JSON object with a directional signal (e.g. 'watch'), a headline summarizing market conditions (e.g. 'Constructive risk-on with Solana yield rotation'), and a confidence level (e.g. 'medium') wrapped in a brief object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "message": {
   "type": "string",
   "description": "Desk brief context"
  },
  "includeInsider": {
   "type": "boolean",
   "description": "Include Lounge creator signals"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "brief": {
   "signal": "watch",
   "headline": "Constructive risk-on with Solana yield rotation",
   "confidence": "medium"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/concierge-intel-desk-brief-f6de86bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conc-exe.xyz](https://www.zero.xyz/host/conc-exe.xyz/llms.txt)
