Skip to main content

strangeworks-aura-sdk

An async Python SDK for the Strangeworks Aura public API (/api/v1). It embeds Aura in a Python backend — deployments, projects, conversations, chat, snapshots — with company API-key auth. The import package is aura_sdk.

pip install strangeworks-aura-sdk
import os
from aura_sdk import AuraClient

async with AuraClient(api_key=os.environ["AURA_API_KEY"]) as aura:
    project = await aura.create_project(name="vrp demo", from_deployment="acme/vrp")
    reply = await aura.chat(project.id, "Solve this and summarize the result.")

Async-only: every call is a coroutine and there is no synchronous twin, so it drops into an async service without a thread pool in the middle. A synchronous entry point wraps it once with asyncio.run(...).

📖 docs.aura.strangeworks.com/python — the full guide and API reference.

The TypeScript counterparts are @strangeworks-inc/strangeworks-aura-sdk and, for the terminal, @strangeworks-inc/strangeworks-aura-cli. There is no Python CLI — the aura command ships from TypeScript only.

Release files for strangeworks-aura-sdk 0.2.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for strangeworks-aura-sdk 0.2.1
File Size Uploaded
strangeworks_aura_sdk-0.2.1.tar.gz 33.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for strangeworks-aura-sdk 0.2.1
File Interpreter ABI Platform
strangeworks_aura_sdk-0.2.1-py3-none-any.whl Python 3 none any Details

Total release size: 69.6 kB

Release files / strangeworks_aura_sdk-0.2.1.tar.gz

Download URL strangeworks_aura_sdk-0.2.1.tar.gz
Size 33.9 kB
Tags Source
SHA-256 checksum
How to use checksums
c9b70dde43eb6897febbb4bd9ebfbb4925fa0f0359c21c232d7ca05cf7820977
BLAKE2b-256 checksum
How to use checksums
2e8086670170c23120a40b6aedd35a987add6a454ad186cc0524524d59d9c7d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.

Transparency log

Release files / strangeworks_aura_sdk-0.2.1-py3-none-any.whl

Download URL strangeworks_aura_sdk-0.2.1-py3-none-any.whl
Size 35.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4cda0f04e66e65f28eea0df21f16daf495d5fadc7218ee0d91cf7f70e766b1e0
BLAKE2b-256 checksum
How to use checksums
60111fe195004bf782a7b7687907f9e02cf3e7e13ba5c7d1da417552de8e7d4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.

Transparency log

Release history Release notifications | RSS feed

0.2.2

2 release files

This release

0.2.1 This release

2 release files

0.2.0

2 release files

0.1.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page