ideogram-enterprise-rbac

Featured

Implement team-based access control and credit management for Ideogram. Use when managing multiple teams with separate budgets, enforcing content policies, or implementing API key isolation for enterprise Ideogram usage. Trigger with phrases like "ideogram RBAC", "ideogram enterprise", "ideogram teams", "ideogram permissions", "ideogram multi-tenant".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Ideogram Enterprise RBAC ## Overview Implement team-based access control for Ideogram's API. Since Ideogram uses a single API key per account with no built-in roles or scopes, enterprise access control must be implemented at the application layer: separate API keys per team, proxy-based content filtering, per-team budget limits, and usage tracking. ## Architecture ``` ┌──────────────────────────────────────────┐ │ Application Proxy Layer │ │ ┌──────────┐ ┌──────────┐ ┌────────┐ │ │ │ Marketing│ │ Product │ │ Social │ │ │ │ API Key │ │ API Key │ │API Key │ │ │ └────┬─────┘ └────┬─────┘ └───┬────┘ │ │ └──────────────┼────────────┘ │ │ ▼ │ │ ┌────────────────────────────────────┐ │ │ │ Content Filter + Budget Enforcer │ │ │ └──────────────────┬─────────────────┘ │ └─────────────────────┼────────────────────┘ ▼ Ideogram API (api.ideogram.ai) ``` ## Instructions ### Step 1: Team Configuration ```typescript interface TeamConfig { name: string; apiKey: string; // Separate Ideogram API key per team dailyBudgetUSD: number; allowedStyles: string[]; allowedModels: string[]; maxConcurrency: number; contentPolicy: "strict" | "moderate" | "permissive"; } const TEAM_CONFIGS: Record<string, TeamConfig> = { marketing: { name: "Marketing", apiKey: process.env.IDEOGRAM_KEY_MARKETING!, dailyBudgetUSD: 20, allowedStyles: ["D...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

cohere-enterprise-rbac

Configure Cohere enterprise API key management, role-based access, and org controls. Use when implementing multi-team API key management, per-team usage limits, or setting up organization-level controls for Cohere. Trigger with phrases like "cohere enterprise", "cohere RBAC", "cohere team keys", "cohere org management", "cohere access control".

2,266 Updated today
jeremylongshore
AI & Automation Featured

deepgram-enterprise-rbac

Configure enterprise role-based access control for Deepgram integrations. Use when implementing team permissions, managing API key scopes, or setting up organization-level access controls. Trigger: "deepgram RBAC", "deepgram permissions", "deepgram access control", "deepgram team roles", "deepgram enterprise", "deepgram key scopes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

documenso-enterprise-rbac

Configure Documenso enterprise role-based access control and team management. Use when implementing team permissions, configuring organizational roles, or setting up enterprise access controls. Trigger with phrases like "documenso RBAC", "documenso teams", "documenso permissions", "documenso enterprise", "documenso roles".

2,266 Updated today
jeremylongshore
AI & Automation Featured

groq-enterprise-rbac

Configure Groq organization management, API key scoping, spending controls, and team access patterns. Trigger with phrases like "groq organization", "groq RBAC", "groq enterprise", "groq team access", "groq spending limits", "groq multi-team".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-enterprise-rbac

Implement enterprise role-based access control for Gamma integrations. Use when configuring team permissions, multi-tenant access, or enterprise authorization patterns. Trigger with phrases like "gamma RBAC", "gamma permissions", "gamma access control", "gamma enterprise", "gamma roles".

2,266 Updated today
jeremylongshore