Authorize Slack integration
Start Slack OAuth that connects a Slack account as a new installation.
A personal connect (access_mode=user) creates an installation every time, so one person can hold several, each feeding its own store with its own selection, e.g. public channels in one store and direct and group messages in another; the same person in another organization is that organization's own. A workspace has one bot, so a bot connect refreshes the workspace's bot installation when the organization has one. To refresh an existing installation's tokens, reconnect it through GET /v1/integrations/slack/installations/{installation_id}/oauth/authorize instead.
After consent the browser returns to the organization's return URL with status, installation_id or error, and reference. error is store_in_use when another installation of the person already feeds the store, store_exists when new_store names a store that exists by then, new_store_on_refresh when new_store is set on a workspace bot's refresh, store_change_on_refresh when store_name names another store than the refreshed bot's, workspace_already_connected when another organization installed the workspace's bot, and otherwise the provider's error (such as access_denied), invalid_state or callback_failed.
Query parameters
Ingestion store name. A store that already exists is shared: every data source connected to it ingests into it, except another installation of the same account, which would ingest every item again. Without it, the account's default store, numbered past a store another installation of the account feeds. Rejected with 422 when the connect refreshes an existing installation and names a store other than its own.
Ingestion store name. A store that already exists is shared: every data source connected to it ingests into it, except another installation of the same account, which would ingest every item again. Without it, the account's default store, numbered past a store another installation of the account feeds. Rejected with 422 when the connect refreshes an existing installation and names a store other than its own.
Authorize as the current Slack user (default). bot installs a workspace bot and is only available from the dashboard; requests authenticated with an API key must use user.
Authorize as the current Slack user (default). bot installs a workspace bot and is only available from the dashboard; requests authenticated with an API key must use user.
Opaque value echoed back as reference on the return URL, so your app can match the outcome to the user who started the flow
Opaque value echoed back as reference on the return URL, so your app can match the outcome to the user who started the flow
Ingest into a store created for this connection: the connect fails with 409 when store_name names a store that already exists, and without store_name the default name is numbered past existing stores. Rejected with 422 when the connect refreshes an existing installation, which keeps its store.
Ingest into a store created for this connection: the connect fails with 409 when store_name names a store that already exists, and without store_name the default name is numbered past existing stores. Rejected with 422 when the connect refreshes an existing installation, which keeps its store.
Contextualize chunks with the connector's curated metadata fields
Contextualize chunks with the connector's curated metadata fields
Generate an LLM context for each chunk situating it within the full document
Generate an LLM context for each chunk situating it within the full document
Strategy for adding a file to a store.
Parsing strategy for imported files