All Collections
For Developers
Integrate with an internal feature flag system (Feature Flag SDK)
Integrate with an internal feature flag system (Feature Flag SDK)
Updated over a week ago

If you use an in-house feature flag system, you can integrate it with Panobi using our SDK. With your flags connected to Panobi, you’ll get a comprehensive view of all active initiatives and the most informed “big picture” for planning and decision-making.

Connecting your custom feature flag system lets you...

  • automate status changes for your projects

  • accurately detect experiment overlaps

  • capture the correct chronology of your work for post-mortem analysis of metrics

How to connect your internal flags

These steps can also be found in your Panobi Integration Settings, if you have not yet configured this integration.

  1. Get the SDK

    • Panobi provides an SDK for implementing the integration between your internal system and your Panobi workspace.

    • Visit the Feature Flag SDK (with detailed instructions) at Panobi’s GitHub.

  2. Copy your signing key

    • In Panobi, navigate to your Settings, click on "Integrations", and choose the Feature Flag SDK from the list of available integrations. Open the Configuration tab and find the signing key in Step 2.

    • Click on the icon to copy it.

    • Paste your signing key into your code as directed in the example programs in the Read.me document.

  3. Connect in Panobi

    • When you’ve completed the installation, return to your Panobi settings and the Feature Flag SDK configuration tab.

    • Find Step 3 and hit “Connect”.

Troubleshooting

If you run into any issues integrating your internal flag system with Panobi, please reach out to our support team.

Did this answer your question?