Sources
Organization API key for authentication
Successful Response
Complete source representation with authentication and configuration schemas.
Human-readable name of the data source connector (e.g., 'GitHub', 'Stripe', 'PostgreSQL').
Detailed description explaining what data this source can extract and its typical use cases.
List of supported authentication methods (e.g., 'direct', 'oauth_browser').
OAuth token type for OAuth sources (e.g., 'access_only', 'with_refresh').
Whether this OAuth source requires users to bring their own client.
falsePython class name that defines the authentication configuration fields required for this source (only for DIRECT auth).
Python class name that defines the source-specific configuration options and parameters.
Technical identifier used internally to reference this source type. Must be unique across all sources.
Python class name of the source implementation that handles data extraction logic.
List of entity definition IDs that this source can produce. Defines the data schema and structure that this connector outputs.
Categorization tags to help users discover and filter sources by domain or use case.
Whether this source supports cursor-based continuous syncing for incremental data extraction. Sources with this capability can track their sync position and resume from where they left off.
falseWhether this source uses federated search instead of traditional syncing. Federated search sources query data in real-time during searches rather than syncing and indexing all data beforehand.
falseWhether this source's entities have timestamps that enable recency-based ranking. Sources without file-level timestamps (e.g., code repositories) cannot use temporal relevance for search result weighting.
trueRate limiting level for this source: 'org' (organization-wide), 'connection' (per-connection/per-user), or None (no rate limiting).
Unique system identifier for this source type. Generated automatically when the source is registered.
Timestamp when this source type was registered in the system (ISO 8601 format).
Timestamp when this source type was last updated (ISO 8601 format).
Schema definition for authentication fields required to connect to this source. Only present for sources using DIRECT authentication. OAuth sources handle authentication through browser flows.
List of auth provider short names that support this source (e.g., ['composio', 'pipedream']). Computed dynamically for API responses. This field is not stored in the database.
Validation Error
Organization API key for authentication
Technical identifier of the source type (e.g., 'github', 'stripe', 'slack')
Successful Response
Complete source representation with authentication and configuration schemas.
Human-readable name of the data source connector (e.g., 'GitHub', 'Stripe', 'PostgreSQL').
Detailed description explaining what data this source can extract and its typical use cases.
List of supported authentication methods (e.g., 'direct', 'oauth_browser').
OAuth token type for OAuth sources (e.g., 'access_only', 'with_refresh').
Whether this OAuth source requires users to bring their own client.
falsePython class name that defines the authentication configuration fields required for this source (only for DIRECT auth).
Python class name that defines the source-specific configuration options and parameters.
Technical identifier used internally to reference this source type. Must be unique across all sources.
Python class name of the source implementation that handles data extraction logic.
List of entity definition IDs that this source can produce. Defines the data schema and structure that this connector outputs.
Categorization tags to help users discover and filter sources by domain or use case.
Whether this source supports cursor-based continuous syncing for incremental data extraction. Sources with this capability can track their sync position and resume from where they left off.
falseWhether this source uses federated search instead of traditional syncing. Federated search sources query data in real-time during searches rather than syncing and indexing all data beforehand.
falseWhether this source's entities have timestamps that enable recency-based ranking. Sources without file-level timestamps (e.g., code repositories) cannot use temporal relevance for search result weighting.
trueRate limiting level for this source: 'org' (organization-wide), 'connection' (per-connection/per-user), or None (no rate limiting).
Unique system identifier for this source type. Generated automatically when the source is registered.
Timestamp when this source type was registered in the system (ISO 8601 format).
Timestamp when this source type was last updated (ISO 8601 format).
Schema definition for authentication fields required to connect to this source. Only present for sources using DIRECT authentication. OAuth sources handle authentication through browser flows.
List of auth provider short names that support this source (e.g., ['composio', 'pipedream']). Computed dynamically for API responses. This field is not stored in the database.
Validation Error
Last updated
