(ctx context.Context, arg InsertAPIKeyParams)
| 926 | InsertAIProvider(ctx context.Context, arg InsertAIProviderParams) (AIProvider, error) |
| 927 | InsertAIProviderKey(ctx context.Context, arg InsertAIProviderKeyParams) (AIProviderKey, error) |
| 928 | InsertAPIKey(ctx context.Context, arg InsertAPIKeyParams) (APIKey, error) |
| 929 | // We use the organization_id as the id |
| 930 | // for simplicity since all users is |
| 931 | // every member of the org. |
no outgoing calls