# Ragic LLM Documentation Index # https://www.ragic.com/llms.txt # # This file helps LLMs and AI assistants discover Ragic documentation. # For more details, see: https://www.ragic.com/ai.txt # About Ragic > Ragic is a no-code/low-code database platform that allows users to build > custom business applications. It provides HTTP APIs for external integration > and JavaScript workflows for server-side automation. # Documentation URLs ## HTTP API (RESTful) - English: https://www.ragic.com/docs/api/en/ - 繁體中文: https://www.ragic.com/docs/api/zh-TW/ - OpenAPI Spec: https://www.ragic.com/docs/api/en/ragic-api.yaml ## JavaScript Workflow (Server-side Scripting) - English: https://www.ragic.com/docs/workflow/en/ - 繁體中文: https://www.ragic.com/docs/workflow/zh-TW/ ## Machine-Readable Sources (Markdown) - HTTP API (EN): https://www.ragic.com/docs/api/markdown/en/ - HTTP API (TW): https://www.ragic.com/docs/api/markdown/zh-TW/ - Workflow (EN): https://www.ragic.com/docs/workflow/markdown/en/ - Workflow (TW): https://www.ragic.com/docs/workflow/markdown/zh-TW/ # Quick Facts ## HTTP API - Authentication: HTTP Basic Auth (email + API key) - Base URL: https://www.ragic.com/{account}{path}/{sheetIndex} - Methods: GET (read), POST (create/update), DELETE - Response format: JSON ## JavaScript Workflow - Engine: Nashorn (ECMAScript 5.1 - no ES6 syntax) - Available objects: db, query, entry, param, response, user, account, mailer, util, log, approval - Workflow types: Pre-workflow, Post-workflow, Daily, Action Button, Approval, Global # Contact - Website: https://www.ragic.com - Support: https://www.ragic.com/intl/en/contact