Skip to main content

Ionworks API Client

This is a read-only mirror. The source of truth is a private repo.

A Python client for interacting with the Ionworks API.

Installation

pip install ionworks-api

Quick start

from ionworks import Ionworks

# Initialize client (uses IONWORKS_API_KEY from environment/.env file)
client = Ionworks()

# or provide credentials directly
client = Ionworks(api_key="your_key")

Get your API key from the Ionworks account settings.

Sub-clients

The client exposes domain-specific sub-clients:

Sub-client Access Description
Projects client.project Create, list, update, delete projects
Models client.model Create, list, update, delete models
Parameterized models client.parameterized_model List, create, get parameter values
Studies client.study Manage studies and assign simulations/measurements
Protocols client.protocol Validate UCP protocols
Simulations client.simulation Run simulations and retrieve results
Pipelines client.pipeline Submit parameterization pipelines
Optimizations client.optimization Run design optimizations
Cell specifications client.cell_spec Manage cell specifications
Cell instances client.cell_instance Manage cell instances
Cell measurements client.cell_measurement Upload and retrieve measurement data
Jobs client.job Monitor and cancel background jobs

Documentation

Environment variables

Variable Required Default Description
IONWORKS_API_KEY Yes API key from account settings
IONWORKS_API_URL No https://api.ionworks.com API base URL
IONWORKS_PROJECT_ID For pipelines / project-scoped calls Default project ID from your project settings page. Used as the default project_id on the client. (PROJECT_ID is accepted as a deprecated fallback.)

The client does not load .env files on its own. If your variables live in a .env, call load_dotenv() yourself before constructing the client:

from dotenv import load_dotenv
load_dotenv()

from ionworks import Ionworks
client = Ionworks()

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ionworks_api-0.23.0.tar.gz (125.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ionworks_api-0.23.0-py3-none-any.whl (151.1 kB view details)

Uploaded Python 3

File details

Details for the file ionworks_api-0.23.0.tar.gz.

File metadata

  • Download URL: ionworks_api-0.23.0.tar.gz
  • Upload date:
  • Size: 125.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ionworks_api-0.23.0.tar.gz
Algorithm Hash digest
SHA256 fc57bd0097c768fdec7ff24ddb8ee7f76832e52a67bf67b3c753eb8d14d73f0b
MD5 dc7e9daa5890ff0dbcc3b32bdd29a2f9
BLAKE2b-256 0dbebe77973d52b3112af6023f849e767127f14fa2a93cbd5ffd4ba8ec5596ad

See more details on using hashes here.

File details

Details for the file ionworks_api-0.23.0-py3-none-any.whl.

File metadata

  • Download URL: ionworks_api-0.23.0-py3-none-any.whl
  • Upload date:
  • Size: 151.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ionworks_api-0.23.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2c2b953d7914d6f977eca0fef2afba979adf0fd152fca95ddc1b49e0e8e21f31
MD5 ec081d76dd405ead948f08aaf77979bc
BLAKE2b-256 38556c9de15d4ec30ad8df9983618ba63e0740609e175bbed7c34c9e2cbb0c43

See more details on using hashes here.

Release history Release notifications | RSS feed

0.31.0

2 files

0.30.0

2 files

0.29.0

2 files

0.28.0

2 files

0.27.0

2 files

0.26.0

2 files

0.25.0

2 files

0.24.1

2 files

0.24.0

2 files

This release

0.23.0 This release

2 files

0.22.0

2 files

0.21.0

2 files

0.20.0

2 files

0.19.0

2 files

0.18.0

2 files

0.17.0

2 files

0.16.0

2 files

0.15.1

2 files

0.15.0

2 files

0.14.0

2 files

0.13.0

2 files

0.12.0

2 files

0.11.0

2 files

0.10.3

2 files

0.10.2

2 files

0.10.1

2 files

0.10.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page