← Back to home

⚡ Integration Templates

Downloadable starting points for n8n, GitHub Actions, and MCP. Review credentials and settings before use.

📦 SDK Source Previews

The updated Python SDK and new JavaScript SDK are available for review. Registry publication is pending, so pip install, npm install, and the installer script are not yet supported.

⚡ n8n Workflows validation pending

The initial workflow drafts are being validated against current n8n import and binary-data behavior. They are temporarily unavailable rather than offering templates that may import but fail at runtime. The n8n REST guide remains available.

🛠️ GitHub Actions CI/CD ready

Download each composite action into your repository under .github/actions/, review it, then reference it by its local path.

📸 Screenshot Action

Capture deploy previews, PR screenshots, and site snapshots in CI.

- uses: ./.github/actions/screenshot
  with:
    url: https://example.com
    api-key: ${{ secrets.AMT_API_KEY }}
Download action.yml →

🖼️ Resize Images Action

Auto-resize and convert images during builds. Great for static sites.

- uses: ./.github/actions/resize-images
  with:
    pattern: 'assets/**/*.jpg'
    width: 800
    format: webp
    api-key: ${{ secrets.AMT_API_KEY }}
Download action.yml →

🟣 MCP Packages

For Claude Desktop, download the pre-built .mcpb package. Hermes users can download the Hermes MCP pack. The npm MCP package shown in earlier examples has not been published.

📦 SDK Availability

IntegrationStatusUse now
Python SDKRegistry publication pendingReview source docs
JavaScript SDKRegistry publication pendingReview source docs
CLIRegistry publication pendingUse REST or MCP
RESTAvailablecurl -H "Authorization: Bearer ***" ...

Need a different integration?
See the API reference or ask Mira.