Skip to main content

Overview

Autype provides machine-readable resources specifically designed for LLMs, AI agents, and automation tools. These resources enable AI systems to construct valid Autype documents, understand the extended Markdown syntax, and work with the full document schema — without any manual configuration. All resources are publicly accessible at autype.com/llm-resources/ and are always up to date.

Available Resources

Sub-Schemas

These focused schemas cover individual parts of the document structure. Use them when you only need to work with a specific area.

Usage with AI Agents

MCP Server

The Autype MCP Server has built-in access to these schemas. When an AI agent connects via MCP, it can generate documents directly.

Direct API Integration

For custom AI integrations, point your LLM to the resource index:
https://autype.com/llm-resources/index.json
The LLM can then fetch the complete document schema and construct valid documents for the Autype Developer API.

Example: System Prompt

You are a document generation assistant. Use the Autype document schema
to construct valid JSON documents.

Schema: https://autype.com/llm-resources/document-schema.json
Markdown syntax: https://autype.com/llm-resources/markdown-syntax.md

Required fields: document (with type: "pdf" or "docx") and sections array.