Skip to content
Last updated
GEThttps://api.aitronos.com/v1/rules/public

List all public rules available across organizations. Public rules can be discovered and used by any authenticated user.

skip integer optional

Number of rules to skip (default: 0)

limit integer optional

Maximum number of rules to return (1-100, default: 100)

category string optional

Filter by category: safety, professional, creative, technical, custom

rule_type string optional

Filter by type: behavior, guardrails, formatting, context, content_policy, constraint

scope string optional

Filter by scope: global, organization, model, assistant, user, vector_store

Returns

Returns paginated list of public rules with 200-char content preview, usage counts, and edit permissions.

Bash
curl https://api.aitronos.com/v1/rules/public?category=professional&limit=20 \
  -H "X-API-Key: $FREDDY_API_KEY"