Is there a repository (GitHub or similar) with the complete Coda documentation?

Hi! I’m building an AI-based agent to help me create complex documents and automations in Coda, using its API, Packs SDK, and formulas.

To do this effectively, I’d like to know:
Is there a consolidated repository (GitHub or any other format) with the full technical documentation available as files?

Specifically, I’m looking for:

  • The complete REST API reference
  • The Packs SDK documentation, including usage examples
  • The full list of formulas and functions, with syntax, data types, and examples
  • Technical tutorials or deeper guides (not just basic getting started pages)

Please note: I’m not asking for links to the documentation website.
My goal is to work with the documentation programmatically — ideally in a structured format (JSON, Markdown, etc.) — so I can feed it into an agent or local system. If nothing like that exists, I’ll have to scrape the site or copy everything manually, which is far less efficient.

If there’s any internal API, export option, or non-public resource available, I’d greatly appreciate it.

Thanks in advance!

1 Like

Hi @Marcio_Assencio_Araujo - There is no consolidated repository for this, and the source for the formulas and REST API are not public. The Packs SDK documentation is open source, and you can find it here:

1 Like