Rules for this host — https://free.officemaker.ai (free tier)

OfficeMaker Free

Start here: public document service (no account)

This host is the free, public tier. You can experiment without an API key or sign-in. Limits apply; not every enterprise feature exists here.

1. Understand what you are calling

  • REST — base path https://free.officemaker.ai/gpt/v1/ (there is no /api prefix).
  • MCP — Streamable HTTP at https://free.officemaker.ai/mcp with no Authorization header.
  • OpenAPIhttps://free.officemaker.ai/gpt/openapi.json (same contract as this tier).

2. Try a read-only request in a terminal

Confirms the host is reachable from your machine.

curl -sS "https://free.officemaker.ai/getVersion"

3. Pull machine instructions (optional)

curl -sS "https://free.officemaker.ai/gpt/v1/instructions"

4. Connect an AI client

  1. Open MCP or API for copy-paste URLs.
  2. In your client, add the MCP URL or REST base; leave authentication empty.
  3. Call schema tools or GET /schema?documentType=word&format=markdown before building a large createDocument body.

5. Need conversion, assembly, or billing?

Use a paid OfficeMaker account and the authenticated document host (docs.officemaker.ai — sign-in required for most pages; staff: docs.internal.officemaker.ai).

After this page, read MCP, API, ChatGPT, Claude, or Automation (Cursor, n8n, Zapier, Power Platform).

Quick setup

Create configuration from this page

Optional: sign in on this docs host first if you want snippets labeled with your account id or email.