Skip to main content
White Circle is a unified platform to protect, monitor, and improve your AI apps.

Quick Start

Create a Policy

At the core of White Circle are policies — written descriptions of the rules you want your content to follow.Open the policy list page and create a new one. Specify its name, flagged content, and allowed content. These fields help you describe what exactly the policy should trigger on.
You run an online pharmacy and want to prevent your AI chatbot from giving medical advice, while still allowing it to answer questions about product availability.In this case:
  • Flagged content: “Providing medical advice”
  • Allowed content: “Answering questions about the availability of medicines in the store”
Once you’ve filled in the details, save the policy.

Learn more about Policies

Understand how policies work and best practices for defining them.

Create a Deployment

A deployment is a way to group policies and metrics based on your use case.
  • Age-based deployments: Users under 18 might require stricter or dedicated CSAM policies, while adults use a different set.
  • Subscription tiers: Premium users may have fewer restrictions than free-tier users.
  • Regional compliance: Different deployments for different regulatory requirements.
To create a deployment, open the deployments page, click Add Deployment, and select the policies you want to include.

Learn more about Deployments

See how to organize policies into deployments for different use cases.

Create an API Key

Navigate to your API Keys page and generate a new key.
We recommend generating separate keys for different environments (e.g., development and production), so you can revoke a specific key if needed without affecting other environments.
Your API key will have the prefix wceu- or wcus- depending on the region you’re in.

Send Your First Request

You’re ready to make your first API call! Use the code examples below to check content against your policies.
The response will tell you if any policy violations were detected:
Example Response

Next Steps

Policies

Learn how to define text and image moderation rules for your application.

Metrics

Build product analytics for AI applications using natural language.

Deployments

Group policies and metrics for different use cases.

Striking Quick Tour

Learn how White Circle turns policy violations into user-level actions.

Checking Content

Learn how to send content for moderation and analytics.