API keys provide programmatic access to Sinkove services through our REST API and Python SDK. Use API keys to authenticate requests and automate dataset generation and management workflows.
import sinkove as sk# Initialize client with your API keyclient = sk.client("your_API_KEY_here")# Your API key is now ready for usedatasets = client.list_datasets()