# Ragic AI integration on Definable

> Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.

## What this connects

Ragic is a web-based database builder that allows users to create and manage databases as easily as creating a spreadsheet.

Vendor: https://www.ragic.com/

## Tools available

**7** tools available. First 7:

- `RAGIC_DELETE_ENTRY` — Delete Entry — Tool to delete an entry from a Ragic sheet. Use when you need to remove a specific record from a sheet by its record ID.
- `RAGIC_DOWNLOAD_FILE` — Download File — Tool to download uploaded files, images, or email attachments from Ragic. Use the file reference returned from API responses (e.g., from record fields).
- `RAGIC_GET_ACTION_BUTTONS` — Get Action Buttons — Tool to retrieve the list of available action buttons on a Ragic sheet. Returns action button IDs and names. Use category=massOperation to get buttons available for mass operations.
- `RAGIC_GET_CUSTOM_PRINT_REPORT` — Get Custom Print Report — Tool to retrieve a custom print report for a Ragic record in various formats (pdf, png, docx). Use when you need to generate and download a formatted report using a specific template.
- `RAGIC_GET_ENTRY` — Get Entry — Tool to retrieve a single entry from a Ragic sheet by its record ID. Use when you need to fetch specific record data including field values and optional subtable data.
- `RAGIC_GET_RECORD_AS_PDF` — Get Record as PDF — Tool to retrieve a PDF version of a Ragic record. Use when you need to export or download a record in PDF format. The PDF will contain the full record data in a formatted document.
- `RAGIC_SEARCH_RECORDS` — Search Records — Search Records

## Auth

Auth schemes: `API_KEY`.

## How agents use Ragic

Inside a Definable workflow, Ragic is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Ragic** — the Researcher (GPT-5.5) pulls context from Ragic (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Ragic** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Ragic (create record, post message, draft email).
- **Designer / Engineer → Distributor → Ragic** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Ragic (attach file, open PR comment, post status).

The Verifier checks every Ragic call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- databases — https://definable.ai/apps/category/databases/
- spreadsheets — https://definable.ai/apps/category/spreadsheets/

## Related

- HTML page: https://definable.ai/apps/ragic/
- Same category (databases): https://definable.ai/apps/category/databases/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
