# GAAIUS AI Document Studio GAAIUS AI Document Studio is an AI-first document platform at https://aidocument.studio. It helps users create, edit, convert, OCR scan, rewrite, summarize, translate, detect AI text, build books from multiple documents, manage projects, save chats, work with teams, and use canvas/workspace tools through a conversational interface. ## Important URLs - Website: https://aidocument.studio/ - Machine-readable service catalog: https://aidocument.studio/ai-services.json - Public API discovery: https://aidocument.studio/api/public/discovery - Public service list: https://aidocument.studio/api/public/services - OpenAPI schema: https://aidocument.studio/openapi.json - Sitemap: https://aidocument.studio/sitemap.xml - Full LLM guide: https://aidocument.studio/llms-full.txt - Agent API capabilities: https://aidocument.studio/api/agent/capabilities ## Safe Testing Without Browser Automation AI systems that cannot operate a browser can test limited public AI-writing services through this GET endpoint: https://aidocument.studio/api/public/service-test?service=paraphrase&execute=true&text=Rewrite%20this%20sentence%20clearly. The public test endpoint is rate-limited, short-text only, and does not access accounts, subscriptions, payments, projects, chats, credentials, or private user data. ## Safe AI Integrations Authenticated AI systems can integrate through the Agent API: - `GET /api/agent/capabilities` - `GET /api/agent/context` - `POST /api/agent/document` - `POST /api/agent/multi-file` - `POST /api/agent/memory` These endpoints are designed for ChatGPT actions, Groq agents, Google Gemini extensions/actions, Anthropic tool use / Claude connectors, OpenRouter agents, and custom safe AI tools. User data actions require a GAAIUS bearer token. ## Interactive Use The main website uses JavaScript for the full React interface. The homepage chatbox can run AI writing tasks inline. For example, if a user asks to paraphrase, summarize, translate, humanize, change tone, check grammar, detect AI text, check plagiarism, or co-write, the result is produced inside the homepage chatbox. If the user chooses Continue, the same saved state is carried into the matching full workspace.