Integrations
Poncho

Poncho

Poncho is a conversational agent with a marketplace of pay-per-use tools. Concierge Agent is listed on x402scan — Poncho discovers our routes and settles USDC per call via AgentCash. No Concierge API key is required.

Status: Live on x402scan · discoverable by Poncho marketplace

Origin: https://conc-exe.xyz

Poncho: tryponcho.com ↗

Registry: x402scan.com ↗

How it works

  1. You describe an outcome in Poncho chat (macro snapshot, wire headlines, DeFi intel, …).
  2. Poncho searches its tool marketplace and selects a Concierge route from openapi.json / x402scan.
  3. AgentCash pays $0.10 USDC per call (or sandbox equivalent).
  4. JSON or HTML result appears inline — no API keys, no Concierge signup.

Hosting your own Poncho agent (poncho.config.js) uses PONCHO_AUTH_TOKEN for your deployment — not for calling Concierge as a consumer.

Research routes (non-trading)

OpenAPI tags Research, News, and Utility help Poncho route beyond trading desks:

RouteUse in Poncho
POST /api/concierge-intel-macroSPX, VIX, DXY, gold, BTC/ETH, Fear & Greed, Treasury yields, central-bank calendar
POST /api/concierge-intel-wireWire headline digest — live RSS + Lounge memory; optional category / message
POST /api/conciergeNatural-language research chat (Gemini or GLM-4.7 Flash)
POST /api/news-openUnlock full article URL from the wire

Full catalog: 15 endpoints · openapi.json

Example prompts (Poncho chat)

Call Concierge intel-macro and summarize SPX, VIX, and Fear & Greed.

Get Concierge intel-wire headlines about geopolitics — limit 8.

What paid routes does Concierge Agent API offer?

Test without Poncho

pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-macro -d '{}'

pay --sandbox curl https://conc-exe.xyz/api/concierge-intel-wire \
  -d '{"category":"Geopolitics","limit":5}'

curl -s https://conc-exe.xyz/openapi.json | jq '.paths | keys | length'

Expect 15 paths after deploy. See Quickstart · pay.sh.

Related

Concierge Agent · Poncho marketplace · tryponcho.com