KVdb

KVdb is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/

Go to site

KVdb API Integrations

Build and run workflows using the KVdb API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the KVdb API, you can build a simple key-value database that can be used to store data for your application. The API provides a simple, easy-to-use interface that can be used to add, update, and delete data from your database.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    kvdb: {
      type: "app",
      app: "kvdb",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://kvdb.io/${this.kvdb.$auth.api_key}/`,
    })
  },
})
Get a Key Value with KVdb API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + KVdb
 
Try it
Get a Key Value with KVdb API on New Item in Feed from RSS API
RSS + KVdb
 
Try it
Get a Key Value with KVdb API on New Message from Discord API
Discord + KVdb
 
Try it
Get a Key Value with KVdb API on New Message In Channels from Slack API
Slack + KVdb
 
Try it
Get a Key Value with KVdb API on New Message in Channel from Discord Bot API
Discord Bot + KVdb
 
Try it
Get a Key Value with the KVdb API

KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/

 
Try it
Set a Key Value with the KVdb API

KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/

 
Try it

Authentication

KVdb uses API keys for authentication. When you connect your KVdb account, Pipedream securely stores the keys so you can easily authenticate to KVdb APIs in both code and no-code steps.

Not all API endpoints in KVdb require the use of an API key, however buckets can be protected with secret keys. They can be generated by sending a request the endpoint Create Bucket.