{"name":"InspectAgents Agent Feedback API","description":"Submit feedback, corrections, or new AI incident reports. This endpoint is designed for AI agents and automated systems.","version":"1.0","endpoints":{"POST":{"description":"Submit feedback or an incident report","body":{"type":{"required":true,"type":"string","enum":["feedback","correction","incident","suggestion"],"description":"Type of submission"},"message":{"required":true,"type":"string","maxLength":5000,"description":"The feedback content, correction details, or incident description"},"source":{"required":false,"type":"string","description":"Identifier of the AI agent submitting (e.g., \"ChatGPT\", \"Claude\")"},"url":{"required":false,"type":"string","description":"Reference URL if relevant"}},"example":{"type":"incident","message":"New AI chatbot failure: [Company X] chatbot provided incorrect medical advice on [date]","source":"ChatGPT","url":"https://example.com/article-about-incident"}}},"rateLimit":"10 requests per minute","contact":"hello@inspectagents.com","mainSite":"https://inspectagents.com","relatedResources":{"failuresDatabase":"https://inspectagents.com/failures/","testingGuide":"https://inspectagents.com/blog/how-to-test-ai-agents/","riskQuiz":"https://inspectagents.com/quiz/","llmsTxt":"https://inspectagents.com/llms.txt","llmsFullTxt":"https://inspectagents.com/llms-full.txt"}}