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
GuidesAPI Reference
GuidesAPI Reference
  • Getting started
    • Introduction
    • IP Whitelisting
    • Obtaining API keys
    • LLMs.txt
    • MCP server
    • Quickstart
    • Native clients
    • Concepts
    • Embedding authentication
    • Multitenancy
    • Versioning
    • Idempotent requests
    • Events
    • Self-hosted option
    • 2025-09-18 Migration Guide
  • Configuring your connections
    • Overview
    • CDC streaming from databases
    • Syncing to custom webhooks
  • Code examples
    • Overview
    • 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 Snowflake query to Salesforce
    • Model sync (Reverse ETL) from MongoDB to Salesforce
    • Adding users from Snowflake to Salesloft Cadence
    • Adding contacts from Snowflake to Gong Engage
    • Joined model sync from Postgres, Airtable, and Stripe to Hubspot
    • Model sync from MySQL to Snowflake
    • Model sync from Salesforce to Netsuite
    • Querying Salesforce using SOQL
    • Syncing audiences from Snowflake to LinkedIn Ads
    • Syncing contacts from Google Cloud Storage to Salesforce
    • Syncing contacts from Google Cloud Storage to webhooks
    • Transactional calls with LinkedIn Ads audiences
  • Terraform examples
    • Overview
    • Model sync (Reverse ETL) from BigQuery to Salesforce
    • Model sync (Reverse ETL) from BigQuery to LinkedIn Ads
Logo
Log inBook a demo
On this page
  • Example
  • Partner keys
Getting started

Obtaining API keys

Was this page helpful?
Previous

LLMs.txt

Next

To make requests against the Polytomic API, you need an API key. Generate one from your Polytomic settings panel and pass it in the Authorization header.

Example

With an API key of 8e5dcfdd-d23d-4e6f-a136-119e1254847b, the header is:

Authorization: Bearer 8e5dcfdd-d23d-4e6f-a136-119e1254847b

To validate the key, call the identity endpoint:

$curl --request GET \
> --url https://app.polytomic.com/api/me \
> --header 'accept: application/json' \
> --header 'X-Polytomic-Version: 2025-09-18' \
> --header 'Authorization: Bearer 8e5dcfdd-d23d-4e6f-a136-119e1254847b'
API keys are organization-specific

Partner keys

Partner keys are tokens that let you manage your customers’ Organizations. They behave like regular API keys but are limited to the Organization and User endpoints.

A typical workflow:

  1. Create a customer Organization.
  2. Create a root user in that Organization.
  3. Use Create API Key to mint an API key for the Organization.
  4. Use that key to create Organization-level resources such as Connections, models, and syncs.

To obtain a partner key, contact the Polytomic team at support@polytomic.com.