domino-python-sdk

Automate Domino workflows using the python-domino SDK and REST APIs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-python-sdk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-python-sdk
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/python-sdk
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-python-sdk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Domino interactions by providing a Python SDK (python-domino) and REST API access, enabling code-driven project and workflow automation instead of manual steps.

Core Features & Use Cases

  • Client setup and authentication with API keys across the Python SDK.
  • Programmatic access to core Domino resources (projects, jobs, workspaces, datasets, files, environments, models) and REST endpoints.
  • Enables CI/CD integration and automation tooling to orchestrate Domino tasks end-to-end.

Quick Start

Install the python-domino package, configure API host and credentials, and start issuing Domino API calls.

Frequently Asked Questions about domino-python-sdk

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

FAQPage Schema
How do I automate Domino workflows using Python?

You automate Domino workflows using the python-domino SDK and REST APIs. This skill supports programmatic interaction to manage projects, jobs, and workspaces, replacing manual steps with code-driven automation.

How do I authenticate Domino API calls in Python?

Authenticate Domino API calls in Python by configuring the API host and credentials with your API keys. The skill ensures proper authentication handling across the Python SDK during client setup.

Can I integrate Domino with my CI/CD pipeline using Python?

You can integrate Domino with your CI/CD pipeline using this Python SDK. It enables automation tooling to orchestrate Domino tasks end-to-end, including jobs and model deployments.

What Domino resources can I manage programmatically with Python?

With Python, you can manage Domino projects, jobs, workspaces, datasets, files, environments, and models. The skill provides programmatic access to these core resources and their associated REST endpoints.

Do I need any specific dependencies to start using the Domino Python SDK?

To start using the Domino Python SDK, you need to install the python-domino package. No other specific dependencies are required, making it straightforward to begin issuing API calls.