Rebrand from Wrapper API to SAAC API

Changed all references from "Coolify Wrapper" / "WRAPPER_API_KEY" to
"SAAC" / "SAAC_API_KEY" for better branding and user experience.

SAAC = StartAnAiCompany - makes it clear users are deploying to
StartAnAiCompany infrastructure rather than a "wrapper" service.

Changes:
- WRAPPER_API_KEY → SAAC_API_KEY throughout
- "Wrapper API" → "SAAC API" in all documentation
- Updated user-facing messages to reference StartAnAiCompany

This makes the service feel more direct and brand-focused rather
than like a proxy/wrapper layer.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-24 08:14:34 +01:00
parent 338d4243bb
commit f5e0050465
3 changed files with 53 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ This repository is marked as a template. You can create your own recruitment sit
### Prerequisites
- Gitea account at git.startanaicompany.com
- Wrapper API key (get from apps.startanaicompany.com)
- SAAC API key (get from apps.startanaicompany.com)
- Basic command line knowledge
**📖 Detailed Guide:** See [DEPLOYMENT_GUIDE.md](DEPLOYMENT_GUIDE.md) for complete instructions.
@@ -101,7 +101,7 @@ curl -X POST https://apps.startanaicompany.com/api/v1/register \
Save the returned API key:
```bash
export WRAPPER_API_KEY="cw_your_api_key_here"
export SAAC_API_KEY="cw_your_api_key_here"
```
### Step 4: Deploy
@@ -114,7 +114,7 @@ chmod +x deploy-to-apps.sh
```
The script will:
- Create a Coolify application via Wrapper API
- Create application on StartAnAiCompany infrastructure
- Configure domain (yournamerecruit.startanaicompany.com)
- Set up webhooks for automatic deployments
- Trigger initial deployment