domino-ai-gateway

Access external LLM providers through Domino AI Gateway with centralized API key management.

6|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-ai-gateway-dominodatalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-ai-gateway
Source: https://github.com/dominodatalab/domino-claude-plugin/tree/main/skills/ai-gateway
Command: npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-ai-gateway-dominodatalab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and secures the process of integrating external Large Language Models (LLMs) into Domino Data Lab workflows, abstracting away direct API key management and providing centralized control.

Core Features & Use Cases

  • Secure LLM Proxy: Accesses various LLM providers (OpenAI, AWS Bedrock, Azure OpenAI, Anthropic, Google Vertex AI, Cohere) through a secure, managed gateway.
  • Centralized API Key Management: Stores API keys securely within Domino, preventing exposure to users.
  • Usage Monitoring & Cost Control: Tracks LLM usage per user, project, and endpoint, with options for setting limits and alerts.
  • Use Case: A data scientist needs to use GPT-4 for text summarization in a Domino workspace but wants to ensure API keys are not exposed and usage is monitored. They configure an AI Gateway endpoint and use the provided Python code to interact with it.

Quick Start

Use the domino-ai-gateway skill to call the 'openai-gpt4' endpoint with the message "What is Domino Data Lab?".

Frequently Asked Questions about domino-ai-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I secure LLM API keys when integrating external providers into my data science workflow?

An AI gateway secures LLM API keys by storing them centrally within the platform, preventing direct exposure to users or code. It proxies requests to external providers, maintaining secure access control.

Can I monitor LLM usage and costs per project in Domino Data Lab?

Yes, you can monitor LLM usage and costs per project by routing requests through a centralized AI gateway. This setup tracks usage metrics per user, project, and endpoint, enabling cost control.

Does Domino AI Gateway work with Python and OpenAI-compatible interfaces?

Yes, Domino AI Gateway works with Python by providing OpenAI-compatible interfaces and supporting direct API calls. You can integrate these methods into Domino workspaces and jobs to interact with configured endpoints.

What LLM providers can I connect to through a secure AI gateway?

You can connect to multiple LLM providers through a secure AI gateway, including OpenAI, AWS Bedrock, Azure OpenAI, Anthropic, Google Vertex AI, and Cohere. This allows centralized API key management and compliance.

How do I call a GPT-4 endpoint from a Domino workspace without exposing API keys?

To call a GPT-4 endpoint without exposing API keys, configure an AI gateway endpoint in your environment and use the provided Python code to interact with it. The gateway handles key management and proxies requests securely.