Hub/Profiles/Developer Playground
Beta / Experimental

Developer Playground

Relaxed guardrails for experimentation and testing.

#input
1.3k
Views
301
Likes
88
Used

Contributors

GD
AI

Overview

The Developer Playground profile is designed for non-production environments where flexibility is key. It turns off most restrictive filters (like strict PII blocking or tone policing) to allow developers to test the raw capabilities of the model.

However, it maintains basic sanity checks (like huge payload protection and telemetry) to ensure the development environment remains stable and observable.

Included Guardrails

3 Rules

Key Benefits

Maximum Flexibility

Minimum interference with model outputs, ideal for debugging prompt engineering.

Rapid Iteration

High rate limits and low latency configuration for fast feedback loops.

Debug Telemetry

Enhanced logging to help you understand exactly what the model is seeing and thinking.

Wait, when should I use this?

Local development environments
Prompt engineering logic
Unit testing pipelines

Integration

bash
config.bash
export GUARDRAIL_PROFILE=developer-playground
npm run dev

Frequently Asked Questions

Should I use this in production?

Never. It lacks essential security protections required for public or enterprise use.