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.1.3.tar.gz (13.4 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.1.3-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for hydracept-0.1.3.tar.gz
Algorithm Hash digest
SHA256 251aff39ac9399a2e9890f6ce8c2a349a9c05c5c57bcd30692bc0f265b64c5c3
MD5 0ce1a52085d44d2c8610a1059a861ca0
BLAKE2b-256 0c744025e69b4d7ca0b20e6da470aeb37c7dd7a9ab071afec1f6db313480736f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: hydracept-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.3 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.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0f495651057b81f66a55c8476e4ab44f3b3783a149d66b1cb8db0772d4410928
MD5 c0b32b82b002c4cb72d260fc081bdc66
BLAKE2b-256 4fbd57b6c1153cbc2cd29de5135eb71da11856363336ee965667e8fc0dc708d3

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