For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
  • Getting started
    • Introduction
    • Obtaining API keys
    • Quickstart
    • Native clients
    • Concepts
    • Embedding authentication
    • Versioning
    • Idempotent requests
    • Events
  • Configuring your connections
    • CDC streaming from databases
  • Code examples
    • Bulk sync (ELT) from HubSpot to PostgreSQL
    • Bulk sync (ELT) from Salesforce to S3
    • Bulk sync (ELT) from Salesforce to Snowflake
    • Model sync (Reverse ETL) from MongoDB to Salesforce
  • API Reference
Logo
Log inBook a demo
Getting started

Native clients

In addition to the REST API, Polytomic offers open source native clients in the following languages:

  • Go: https://github.com/polytomic/polytomic-go-sdk
  • TypeScript: https://github.com/polytomic/polytomic-typescript-sdk
  • Python: https://github.com/polytomic/polytomic-python-sdk
  • Java: https://github.com/polytomic/polytomic-java-sdk

Note that, when browsing each endpoint’s documentation on this page, you’re able to switch the code snippet example between different languages:

Language-snippet switching

Was this page helpful?
Previous

Concepts

Next