Support

Systango Inhibitor

Getting Help

We're here to help you get the most out of Systango Inhibitor. Choose the support option that best fits your needs.

Documentation

Start with our Integration Guide for API documentation, code examples, and best practices. It covers:

Common Issues

API Key Issues

Problem: "Unauthorized" or 401 error when calling the API.

Rate Limiting

Problem: "Rate Limited" or 429 error.

Validation Errors

Problem: "Validation Error" or 422 error.

Document Upload Issues

Problem: Document evaluation fails or returns an error.

Troubleshooting Steps

1. Verify Your Setup

2. Check the Response

3. Test with Minimal Request

Start with a minimal valid request to isolate issues:

curl -X POST https://your-api-url/v3/evaluate \ -H "Content-Type: application/json" \ -H "X-API-Key: inh-your_api_key_here" \ -d {"input": "Hello world"}

Understanding Decision Results

ALLOW

Content passed all policy checks. Forward the original input to your LLM unchanged.

MODIFY

Content was sanitised or disclosures were injected. Use modified_content instead of the original, and append any items in disclosures_injected to the LLM response.

BLOCK

A hard-stop policy violation was detected. Do not forward to your LLM. Surface a safe rejection message to the user and log the violation details.

Performance & Best Practices

Optimize Response Time

Error Handling

Security

Contact Support

If you can't find the answer to your question, reach out to our support team:

When contacting support, please include:

Monitoring & Logging

Each evaluation request returns an evaluation_id and audit_id. Use these to:

Service Status

For real-time service status, system uptime, and incident reports, contact our support team at support@systango.com.