Download a Streamline multi-automation repository template ZIP file. This template provides a complete repository structure for managing multiple automations with shared configurations, CI/CD pipelines, and deployment scripts.
GEThttps://api.aitronos.com/v1/streamline/templates/repository
Authorization string required
Bearer token authentication. Use either:
Bearer ${FREDDY_API_KEY}for API key authenticationBearer ${FREDDY_SESSION_TOKEN}for session token authentication
A ZIP file containing the Streamline repository template with the following structure:
automations/- Directory for individual automation projectsshared/- Shared utilities and configurationsscripts/- Deployment and management scripts.github/workflows/- CI/CD pipeline configurationsdocker/- Containerization filesdocs/- Repository documentationconfig.yaml- Repository-wide configurationREADME.md- Comprehensive setup guide
Bash
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/streamline/templates/repository" \
-H "Authorization: Bearer $FREDDY_SESSION_TOKEN" \
-o streamline-repository-template.zipResponse:
Returns a ZIP file (binary content) containing the repository template.