Split.io
Split.io (now part of Harness Feature Management & Experimentation) is a feature flagging and experimentation platform that lets teams roll out features progressively, target them to defined segments and traffic types, and measure their impact. Its Admin API exposes account resources such as workspaces, environments, feature flags, segments, and traffic types for programmatic management.
Power end-to-end data operations for your Split.io API with Nexla. Our bi-directional Split.io connector is purpose-built for Split.io, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Split.io or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Split.io workflows fast, secure, and fully governed.
Features
Type: API
- Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
- Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
- API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
- Request optimization with intelligent batching, retry, and caching to minimize API calls and costs
Prerequisites
Before creating a Split.io credential, you need an Admin API key for your Split.io (Harness FME) account. The Admin API key authenticates all requests to the Admin API and is sent as a Bearer token in the Authorization header.
To create an Admin API key, follow these steps:
-
Sign in to your Split.io account with an administrator user.
-
Open Admin settings, then select API keys.
-
Click the action button and select Create API key.
-
Select Admin as the API key type. Admin keys are the key type accepted by the Admin API endpoints used by this connector.
-
Enter a descriptive name for the key (for example, "Nexla Integration"). Optionally restrict the key to the specific projects (workspaces) and environments it should have access to.
-
Create the key and copy its value immediately, as it may not be retrievable again after you leave the page.
Store the Admin API key securely, as it grants access to your Split.io resources based on the roles and restrictions you configured. Treat it as sensitive information, and revoke and regenerate it if it is ever exposed. Never place Admin or server-side keys in client-side JavaScript or mobile SDKs. For complete details, see the Split.io Admin API Authentication reference and the API keys guide.
Authenticate
Credentials required
| Field | Required | Secret | Description |
|---|---|---|---|
| API Key | Yes | Yes | Split.io Admin API key (Bearer token). |
Create a credential in Nexla
-
After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.
-
Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.
-
Enter your Split.io Admin API key in the API Key field. This is the Admin API key you obtained in Prerequisites. Nexla sends it as a Bearer token in the
Authorizationheader for all API requests to the Split.io Admin API.The Admin API key grants access to your Split.io account resources based on the roles and project/environment restrictions configured when the key was created. If the key is compromised, revoke it in your Split.io Admin settings and generate a new one.
-
Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.
Use as a data source
To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the Split.io connector tile, then select the credential that will be used to connect to Split.io, and click Next; or, create a new Split.io credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common Split.io endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.
Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.
Manual configuration
Split.io data sources can also be manually configured to ingest data from any valid Split.io Admin API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.
Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new Split.io data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.
Use as a destination
Click the + icon on the Nexset that will be sent to the Split.io destination, and select the Send to Destination option from the menu. Select the Split.io connector from the list of available destination connectors, then select the credential that will be used to connect to Split.io, and click Next; or, create a new Split.io credential for use in this flow.
Endpoint templates
Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common Split.io endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.
Manual configuration
Split.io destinations can also be manually configured to send data to any valid Split.io Admin API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.
Split.io Admin API endpoints expect JSON payloads. For operations that target a specific workspace, environment, traffic type, or segment, include those identifiers in the request as required by the corresponding Split.io Admin API endpoint.
Save & activate
Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured Split.io endpoint, open the destination resource menu, and select Activate.
The Nexset data will not be sent to the Split.io endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.