---
title: NanoClaw Integration
description: Deploy lightweight containerized NanoClaw agents with Siglata workspaces and skills.
sidebar:
  label: NanoClaw
  order: 10
---

[NanoClaw](https://nanoclaw.dev/) is a lightweight personal AI assistant that runs agents in isolated containers and connects to messaging apps like WhatsApp, Telegram, and Slack.

## Configuration

In your NanoClaw agent template (`nanoclaw.yaml`):

```yaml
agent:
  name: siglata-assistant
  plugins:
    - name: siglata
      source: npm:@siglata/files
  mcp:
    servers:
      - name: siglata
        url: https://www.siglata.com/v1/mcp
        transport: streamable-http
        auth:
          bearer_token: ${SIGLATA_TOKEN}
```

## Security & Isolation

- Each NanoClaw agent executes within an isolated container boundary.
- All file edits in Siglata require explicit plan digests, preventing unintended sheet modifications.
- Sensitive credentials remain injected as environment secrets without leaking into chat history.
