From 01539ae11ff90868812b63dd0632b47db379907c Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Fri, 10 Apr 2026 02:49:55 +0200 Subject: [PATCH] docs: add try.getaxonflow.com trial callout to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 8167de0..27d4d6d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,23 @@ Concurrent executions applies to MAP and WCP executions per tenant. Pending exec [Get a free Evaluation license](https://getaxonflow.com/evaluation-license?utm_source=readme_sdk_python_eval) · [Full feature matrix](https://docs.getaxonflow.com/docs/features/community-vs-enterprise?utm_source=readme_sdk_python_eval) +## Try Without Installing + +Skip local setup entirely — try AxonFlow instantly at [**try.getaxonflow.com**](https://docs.getaxonflow.com/docs/deployment/community-saas): + +```bash +# 1. Register (30 seconds) +curl -X POST https://try.getaxonflow.com/api/v1/register \ + -H "Content-Type: application/json" -d '{"label":"my-trial"}' + +# 2. Set credentials and auto-connect +export AXONFLOW_TRY=1 +export AXONFLOW_CLIENT_ID=cs_your-tenant-id +export AXONFLOW_CLIENT_SECRET=your-secret +``` + +No Docker, no license, no installation. Rate-limited to 20 req/min. [Learn more](https://docs.getaxonflow.com/docs/deployment/community-saas). + ## Quick Start ### Async Usage (Recommended)