Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt

Use this file to discover all available pages before exploring further.

TypeScript Types

type IntegrationProvider = 'fal' | 'openrouter';

interface IntegrationKey {
  id: string;
  provider: IntegrationProvider;
  maskedKey: string;
  created_at: string;
}
  • POST /org/integration-key
  • POST /org/integration-key/upsert
  • POST /org/integration-key/delete