Getting Started#

Quick introduction to using the Antfly API.

Client Libraries#

Antfly provides auto-generated SDKs from the OpenAPI specification:

  • Go: github.com/antflydb/antfly/antfly-go/antfly
  • TypeScript: @antflydb/antfly-ts (npm)
  • Python: antfly-python (PyPI)

All SDKs are type-safe and kept in sync with the API through code generation.

For architectural overview, feature comparisons, and use case guidance, see the main documentation

Common questions about this section
  • Which SDK should I use for my project?
  • How do I authenticate with the API?
  • Where can I find code examples?