Skip to main content

hydracept

Python client for the Hydracept public API — AI execution infrastructure for games.

pip install hydracept

Prefer the module entry point (works when hydracept is not on PATH, common on Windows):

python -m hydracept --help
python -m hydracept login --token <HYDRACEPT_API_KEY>   # agents / headless
python -m hydracept login                               # browser device flow
python -m hydracept init --apply --yes
python -m hydracept doctor
python -m hydracept smoke
from hydracept import HydraceptClient

client = HydraceptClient("https://api.hydracept.com", token="...")
job = client.submit_capability_job(
    "image.generate.v1",
    {
        "context": {
            "productId": "my-product",
            "projectId": "cpr_...",
            "environment": "development",
        },
        "input": {"prompt": "cute slime icon"},
        "execution": {"executionPreference": "automatic"},
        "idempotencyKey": "demo-1",
    },
)

Docs: https://docs.hydracept.com · 5-minute path: https://docs.hydracept.com/five-minute-game-asset/

A Zencode product · © Zencode Consulting Inc.

Download files

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

Source Distribution

hydracept-0.2.1.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

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

hydracept-0.2.1-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file hydracept-0.2.1.tar.gz.

File metadata

  • Download URL: hydracept-0.2.1.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for hydracept-0.2.1.tar.gz
Algorithm Hash digest
SHA256 38ec71b7bf785a4adef76eefa703b86a3062deb82264cc1206df1d176be3f3ca
MD5 83efe0314b7fde3070bf74fc6ed8a9f6
BLAKE2b-256 ecb6516d1abcaca150e2a401a9b911c93656f80d959131a3cccd1fcf380bf05d

See more details on using hashes here.

File details

Details for the file hydracept-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: hydracept-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.13

File hashes

Hashes for hydracept-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9bb644296e6698061d1a82edb26537e89cdcba301bdef6ee0ba6e790290abc14
MD5 c7aa1f12c2ff484065bd2fc8fbee9e37
BLAKE2b-256 5b19169fd68f147a1e96f774dbe420ef42e05af6e47d3252b755fa51a8e0632d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page