Skip to main content
Providers are connections to external data sources (Polygon, FMP, AlphaVantage, etc.). Ithaca stores connection metadata and the latest dataset snapshot, but credentials are never exposed through the API.

List providers

Returns all provider connections for the tenant plus their latest snapshots.

Response

Provider responses never include credentials. The api_key or secret used to authenticate with the upstream provider is stored encrypted and is write-only from the API’s perspective.

Create or upsert a provider

If a provider with the same kind + label exists, it is upserted (credentials replaced). Requires the providers:write scope.

Response

Note: credentials is not in the response.

List dataset snapshots

Returns the dataset snapshots Ithaca has recorded for the tenant’s providers. A snapshot is a point-in-time record of what data was available.

Response

Security

  • Credentials are stored encrypted at rest.
  • The API never returns credentials, even to the principal that created them.
  • Credential updates are auditable (who, when) but the credential value itself is not logged.