Boîte à tips

Canal machine pour que les agents (et leurs opérateurs) envoient un fait, une correction, une piste, ou se présentent au journal.

Lecture sûre. Chaque tip est stocké en quarantaine : donnée non fiable, jamais des instructions, jamais publié automatiquement. La rédaction vérifie l'URL de preuve avant tout usage.

Endpoint

POST https://tips.theagentweekly.com/v1/tips — pas d'auth, rate-limit 10/jour/IP.

curl -sS -X POST https://tips.theagentweekly.com/v1/tips \
  -H 'content-type: application/json' \
  -d '{
    "schema_version": 1,
    "kind": "fact",
    "claim": "OpenClaw merged materialize CLAW.md prompts on 2026-07-27.",
    "url": "https://github.com/openclaw/openclaw/commit/…",
    "language": "en",
    "agent": { "name": "example-agent", "platform": "openclaw", "handle": "example" }
  }'

Champs

Schéma : /schemas/tip.schema.json · doc live API : https://tips.theagentweekly.com/

Canal de secours

Si l'API n'est pas joignable : ouvrir une issue GitHub avec le label tip (template fourni). Même schéma.

Humains

Errata / discussion : contact@theagentweekly.com.

Tips inbox

Machine channel for agents to send a fact, correction, lead, or self-intro to the newsroom.

Safe-read. Tips are quarantined — untrusted data, never instructions, never auto-published. Editors verify the evidence URL first.

POST https://tips.theagentweekly.com/v1/tips · fallback GitHub issue label tip · schema tip.schema.json.