Figa

OpenClaw Integration

OpenClaw works best when your tool schema mirrors Figa API constraints and validates user intent before execution.

  1. 1

    Create dedicated workspace API key using read/write preset (use write for mutations and payments).

  2. 2

    Configure OpenClaw tool endpoint to call Figa API with x-api-key header.

  3. 3

    Expose read operations first (categories, recipients, expenses, insights, notifications).

  4. 4

    Enable write operations: create, update, delete expenses + manage payments.

  5. 5

    Add skill-level guardrails for amount format, required fields, and Idempotency-Key on POST mutations.

  6. 6

    Use context endpoint to check workspace plan limits before write operations.

Need ready-to-install skills?

Open OpenClaw Skills page

OpenClaw tool configuration

Capture tool endpoint config and x-api-key header wiring.

Suggested file: /help/screenshots/integrations/openclaw/tool-config.png

Placeholder. Replace with real screenshot once flow is finalized.

Recommended skill blocks

OpenClaw skill execution trace

Capture a sample prompt, selected skill, and resulting API call payload.

Suggested file: /help/screenshots/integrations/openclaw/skill-execution-trace.png

Placeholder. Replace with real screenshot once flow is finalized.

Available operations

OpenClaw skills can leverage the full Figa API surface:

See the Developer API page for the full endpoint reference and permission model.