# Ofia > Ofia is an AI-powered research document workspace for academics, founders, and technical teams. It helps users organise sources, structure arguments, and draft proposals, reports, and research papers — typeset automatically with LaTeX. ## Product Ofia combines a document editor with an AI writing assistant that understands academic and technical writing. Users can upload reference material (PDFs, notes, web pages), and Ofia's AI drafts structured, well-cited documents in LaTeX, ready for publication or submission. Key capabilities: - AI-assisted drafting of proposals, reports, and research papers - LaTeX typesetting with live PDF preview - Source and reference management - Multi-document project workspace - Collaboration via shared project links ## Canonical URL https://ofia.app/ ## Public pages - https://ofia.app/ — Landing page and product overview - https://ofia.app/developers — API documentation and quickstart ## API for agents Ofia has a public REST API (v1) so AI agents and scripts can create projects, write LaTeX documents, compile PDFs, and chat with the Ofia writing assistant programmatically. - Discovery index: https://ofia.app/api/v1 - OpenAPI 3.1 spec: https://ofia.app/api/v1/openapi.json - MCP endpoint (Model Context Protocol): https://ofia.app/api/mcp - Docs and quickstart: https://ofia.app/developers MCP: AI assistants that support remote MCP servers (Claude, ChatGPT, and others) can connect to https://ofia.app/api/mcp with the same Bearer API key to get Ofia as tools: create_project, write_document, get_run_status, compile_pdf, download_pdf, list_files, get_account. Authentication: Bearer API key (create one at https://ofia.app/developers, requires a paid Ofia plan for AI usage). Send it as `Authorization: Bearer ofia_sk_...`.