Skip to content

Creed SpaceSafety Stack API

Constitutional AI safety for your applications

What is Creed Space?

Creed Space provides a Safety Stack as a Service - a production-ready API for evaluating content safety using Constitutional AI principles.

Key Features

  • Safety Evaluation - Check text for harmful, unsafe, or policy-violating content
  • PDP Adjudication - Policy Decision Point for nuanced content moderation
  • Personalized Constitutions - Customize safety rules for your use case
  • Real-time Metrics - Monitor safety decisions and API performance

Quick Example

python
import creedspace

client = creedspace.CreedSpace(api_key="cs_live_...")
result = client.safety.evaluate("Hello, how can I help?")

print(f"Risk score: {result.risk_score}")  # 0.0 - 1.0
print(f"Decision: {result.decision}")      # permit, forbid, divert, depends

Getting Started

  1. Sign up for a free account
  2. Create an API key in your dashboard
  3. Follow the Quickstart guide to make your first API call

Pricing

TierPriceIncludes
Free$010 requests/day
Pay As You Go$0.003/requestUnlimited
EnterpriseCustomVolume discounts, SLA

View full pricing →

Constitutional AI for Safer Interactions