Deep Research
Multi-source research synthesis with citations.
Step 1 — Quick test
curl -s -X POST https://x402-micro-pay.com/api/skills/research \
-H "Content-Type: application/json" \
-d '{"query":"What is x402?"}'
Step 2 — Agent client
python -m agent.humanless_client research "What is x402?"
Step 3 — Applet + model
- Open
/applet - Pick your model provider and paste API key (stored locally)
- Write a research question in Service prompt
- Paste background docs in Context window
- Call model + service to get structured JSON + model explanation
Input schema
| Field | Type | Required |
|---|---|---|
| query | string | yes |