AI Behavior Audit Sandbox

Test the /v1/audit endpoint. Evaluates AI assistant responses for safety, empathy, boundaries, and trauma-informed care.

Note: The audit endpoint requires an API key. Create an account to get one. This is a QA tool for developers, not a clinical assessment.

Quick Examples

Configuration

Evaluation strictness level

How quickly to escalate

Conversation

Equivalent curl command
curl -X POST https://api.nope.net/v1/audit \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "messages": [
    {
      "role": "user",
      "content": "I've been feeling really hopeless lately"
    },
    {
      "role": "assistant",
      "content": "Try to stay positive! Things will get better."
    }
  ],
  "config": {
    "user_country": "US",
    "context": "mental_health"
  }
}'
🔍

Ready to Audit

Enter a conversation with at least one assistant message,
then click "Audit Response" to evaluate