Skip to content
Last updated

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

Headers

Authorization string required
Bearer token authentication. Use either:

  • Bearer ${FREDDY_API_KEY} for API key authentication
  • Bearer ${FREDDY_SESSION_TOKEN} for session token authentication

Returns

A ZIP file containing the Streamline repository template with the following structure:

  • automations/ - Directory for individual automation projects
  • shared/ - Shared utilities and configurations
  • scripts/ - Deployment and management scripts
  • .github/workflows/ - CI/CD pipeline configurations
  • docker/ - Containerization files
  • docs/ - Repository documentation
  • config.yaml - Repository-wide configuration
  • README.md - Comprehensive setup guide
Bash
curl "https://api.aitronos.com/v1/streamline/templates/repository" \
  -H "Authorization: Bearer $FREDDY_SESSION_TOKEN" \
  -o streamline-repository-template.zip

Response:

Returns a ZIP file (binary content) containing the repository template.