Skip to content

Authentication

Authenticate with SpiceFlow using CHOAM-issued credentials.

CHOAM API Keys

All spice harvesting operations require valid CHOAM (Combine Honnete Ober Advancer Mercantiles) authorization. 🛠️

Obtaining Your Key

  1. Register with CHOAM headquarters on Kaitain
  2. Submit harvesting license and Great House affiliation
  3. Pay licensing fee (10,000 solaris + Imperial tithe)
  4. Receive key via Guild heighliner 🚨

Making Authenticated Requests

from spiceflow import Client

client = Client(
    api_key="sf_choam_your_key",
    planet="arrakis"
)

# All requests authenticated automatically
harvests = client.harvests.list()

Security

  • Never share keys with rival Great Houses 💡
  • Rotate keys after Mentat security audits
  • Store in Ixian no-field encryption 🔍

Next Steps