Check out our docs!
We provide APIs for any website. Link your end users accounts and take actions on their behalf or get data from their accounts.
Integrations
Integrations for the common API lacking platforms
Connect your end-users accounts to the most popular platforms
Integrate with any industry using a RESTful API
Reach out to have us build a bespoke integration for your use case
No Chrome Extension
Chrome extensions are lame. We don't require your end users to install one.
Stable Automations
We regularly update our endpoints and automations to keep them up to date.
Custom Integrations
We will work with you to build the automations that you need.
Embed our link component to connect your end-users accounts to our growing number of integrations.
Actions
Use our SDKs to access your end-users integrations to easily take actions on their behalf.
1import KeetClient from "@keet-tech/keet-node-client"23const keet = new KeetClient({
apiKey: "YOUR_API_KEY",
accountToken: "END_USER_ACCOUNT_TOKEN"
})
45keet.integrations.linkedin.post("Hello LinkedIn!")6keet.integrations.amazonBusiness.getOrders()