Integrations
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
- You describe an outcome in Poncho chat (macro snapshot, wire headlines, DeFi intel, …).
- Poncho searches its tool marketplace and selects a Concierge route from
openapi.json/ x402scan. - AgentCash pays $0.10 USDC per call (or sandbox equivalent).
- 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:
| Route | Use in Poncho |
|---|---|
POST /api/concierge-intel-macro | SPX, VIX, DXY, gold, BTC/ETH, Fear & Greed, Treasury yields, central-bank calendar |
POST /api/concierge-intel-wire | Wire headline digest — live RSS + Lounge memory; optional category / message |
POST /api/concierge | Natural-language research chat (Gemini or GLM-4.7 Flash) |
POST /api/news-open | Unlock 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
- x402scan — discovery registry Poncho uses
- MPP & AgentCash
- Intel APIs
- For Builders
Concierge Agent · Poncho marketplace · tryponcho.com