Onboard a Customer via AWS
Register a customer organization and set up AWS cloud integration using the Archera Partner API
Step 1: Register the customer organization
curl -X POST \
-H 'x-api-key: YOUR_PARTNER_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"org_name": "Acme Corp",
"org_email": "admin@acmecorp.com",
"user_emails": ["admin@acmecorp.com"],
"user_names": ["Admin User"]
}' \
https://api.archera.ai/v2/partners/{partner_org_id}/orgsStep 2: Get AWS CloudFormation launch URL
Step 3: Verify AWS integration
What You Can Do
Last updated
Was this helpful?

