Integrating Your Product With bit.io
How to integrate your app with bit.io
We love native integrations! Native integrations makes users happy.
Integrating bit.io with your product is easy - if you support Postgres, you support bit.io.
Using An Existing Postgres Integration
If you already have a Postgres integration the simplest integration with bit.io is to add some documentation on using bit.io with your product. You can copy and paste the below.
To use with bit.io, use these options in the Postgres configuration screen:
hostname: db.bit.io
port: 5432
ssl: on
username: <bit.io username, eg, "adam">
database: <bit.io database name, eg "adam/FCC">
password: <bit.io connect password>
You username, database name, and connect password can be found the connect
tab of your database in bit.io:

That's it!
Creating a Native Integration - No Authentication
The easiest native integration is a copy of your Postgres integration with the host, port, and ssl fields all filled in and hidden from the user. Then, the user only has to fill in the username, database name, and connect password.
If you need an icon for bit.io, a high-res icon can be found below.
Creating a Native Integration - With Authentication
If a user is signed into bit.io and signed into your application, we can pre-fill the bit.io connection information in your application when they click on your application's icon in our integration page. We will need to do some setup for this, so shoot us an email at [email protected] and we'll hop on a call.
bit.io logo images
Feel free to right-click save these and use them for icons in your app.


Updated 10 months ago