📄️ Introduction
Auth & Logging API
📄️ Create agent (platform_admin)
Create agent (platform_admin)
📄️ List agents (paginated, filterable). Slim DTO — omits longDescription, capabilities, steps, changelog, trustSignals.
List agents (paginated, filterable). Slim DTO — omits longDescription, capabilities, steps, changelog, trustSignals.
📄️ Get agent by slug (full DTO)
Get agent by slug (full DTO)
📄️ Get agent by id (full DTO)
Get agent by id (full DTO)
📄️ Soft-delete agent — sets status to inactive
Soft-delete agent — sets status to inactive
📄️ Update agent (platform_admin). capabilities/steps replace full set when present.
Update agent (platform_admin). capabilities/steps replace full set when present.
📄️ Ban a user (platform admin only)
Ban a user (platform admin only)
📄 ️ Create an organization
Create an organization
📄️ Request password reset email
Request password reset email
📄️ Get full organization details
Get full organization details
📄️ Get current session and user
Get current session and user
📄️ Invite a member to the organization
Invite a member to the organization
📄️ List all users (platform admin only)
List all users (platform admin only)
📄️ Current authenticated user — for frontend admin gating
Current authenticated user — for frontend admin gating
📄️ Reset password using token from email
Reset password using token from email
📄️ Set user role (platform admin only)
Set user role (platform admin only)
📄️ Sign in with email and password
Sign in with email and password
📄️ Sign out current session
Sign out current session
📄️ Sign up with email and password
Sign up with email and password
📄️ Add capability (platform_admin)
Add capability (platform_admin)
📄️ List capabilities for agent
List capabilities for agent
📄️ Delete capability (platform_admin)
Delete capability (platform_admin)
📄️ Update capability (platform_admin)
Update capability (platform_admin)
📄️ Add changelog entry (platform_admin)
Add changelog entry (platform_admin)
📄️ List changelog (newest first)
List changelog (newest first)
📄️ Delete changelog entry (platform_admin)
Delete changelog entry (platform_admin)
📄️ Health check endpoint
Health check endpoint
📄️ Idempotent install — increments installs count for the agent
Idempotent install — increments installs count for the agent
📄️ Agent telemetry — currently unavailable (501)
Agent telemetry — currently unavailable (501)
📄️ Public client metadata for consent page
Public client metadata for consent page
📄️ Rotate client_secret (platform_admin) — returns new secret ONCE
Rotate client_secret (platform_admin) — returns new secret ONCE
📄️ Create pricing tier (platform_admin) — auto-creates Stripe Product+Price if configured
Create pricing tier (platform_admin) — auto-creates Stripe Product+Price if configured
📄️ List pricing tiers for an agent
List pricing tiers for an agent
📄️ Delete pricing tier (platform_admin) — archives Stripe product if linked
Delete pricing tier (platform_admin) — archives Stripe product if linked
📄️ List reviews for agent (newest first)
List reviews for agent (newest first)
📄️ Delete review (author or admin)
Delete review (author or admin)
📄️ Upsert review by current user
Upsert review by current user
🗃️ schemas
34 items
📄️ Add step (platform_admin)
Add step (platform_admin)
📄️ List how-it-works steps for agent
List how-it-works steps for agent
📄️ Delete step (platform_admin)
Delete step (platform_admin)
📄️ Update step (platform_admin)
Update step (platform_admin)
📄️ Create tag (platform_admin)
Create tag (platform_admin)
📄️ List tags (paginated)
List tags (paginated)
📄️ Delete tag (platform_admin)
Delete tag (platform_admin)
📄️ Get S3 presigned PUT URL for agent image upload (platform_admin)
Get S3 presigned PUT URL for agent image upload (platform_admin)