What problem does it solve?
This skill removes friction for programmatic control of Domino by consolidating authentication, job/run control, project and file management, dataset snapshots, environment queries, and model publishing into a single reference for Python automation and REST usage.
Core Features & Use Cases
- SDK and REST access: Examples for using python-domino and direct REST calls when SDK coverage is incomplete.
- Job and workspace automation: Start, monitor, stream logs, and stop runs and workspaces programmatically for CI/CD or scheduled experiments.
- Project, file, dataset, and model management: Create and list projects, upload/download files, snapshot datasets, and publish models and endpoints.
- Admin and operational tasks: Endpoints for users, organizations, hardware tiers, cost reporting, and service accounts useful for platform automation and billing workflows.
- Use Case: Integrate with CI pipelines to trigger training runs, wait for completion, snapshot datasets, and publish models automatically when performance checks pass.
Quick Start
Set DOMINO_API_HOST and DOMINO_USER_API_KEY as environment variables and ask the agent to authenticate and start a training run that executes your training command.