Metadata-Version: 2.4
Name: mysiren
Version: 1.0.0
Summary: Official CLI for the Siren API: account, generate, poll runs.
Author-email: "Siren Ai, Inc." <support@mysiren.ai>
License: MIT
Project-URL: Homepage, https://mysiren.ai/developers
Project-URL: Documentation, https://mysiren.ai/api
Project-URL: OpenAPI, https://mysiren.ai/openapi.json
Keywords: siren,siren-ai,mysiren,marketing,cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# mysiren

Official CLI for [Siren](https://mysiren.ai). Talks to `https://api.mysiren.ai`.

```
pip install mysiren
export SIREN_API_KEY=sk_live_…
siren account
siren generate --brief "Launch post for the new plan"
siren run <run-id>
```

Docs: https://mysiren.ai/developers · OpenAPI: https://mysiren.ai/openapi.json
