This quickstart walks through the essentials for calling the Atomscale API with the Python SDK.Documentation Index
Fetch the complete documentation index at: https://docs.atomscale.ai/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Python 3.10 through 3.12
- An active Atomscale account
- An API key from the Atomscale Dashboard (found in User > Manage Account > Access)
Install the client
Create a client
TheClient reads AS_API_KEY and AS_API_ENDPOINT from the environment. Export the variables or pass values explicitly.
Verify the connection
Run a simple search to confirm the client is working:Mute progress bars
For non-interactive environments like CI pipelines, passmute_bars=True:
Next steps
Upload Data
Send files to Atomscale for analysis.
Search Data
Find items in your data catalogue.
Inspect Results
Explore analysis outputs and plots.
Stream RHEED
Push frames from your instrument in real time.