Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@kody/blandPublic

package.json

45 lines · 1.1 KB · JSON
{
	"name": "@kody/bland",
	"version": "1.0.0",
	"license": "MIT",
	"private": false,
	"description": "Bland.ai voice AI helpers: send and manage phone calls with a saved API key.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./request": "./src/request.ts",
		"./send-call": "./src/send-call.ts",
		"./list-calls": "./src/list-calls.ts",
		"./get-call": "./src/get-call.ts",
		"./stop-call": "./src/stop-call.ts",
		"./me": "./src/me.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./adapt": "./src/adapt.ts",
		"./settings": "./src/settings.ts"
	},
	"files": [
		"src",
		"README.md",
		"AGENTS.md",
		"LICENSE",
		"community-icon.svg",
		"icon.svg"
	],
	"kody": {
		"id": "bland",
		"name": "Bland.ai",
		"description": "Bland.ai voice AI helpers: send and manage phone calls with a saved API key.",
		"category": "integrations",
		"logo": "./community-icon.svg",
		"tags": [
			"bland",
			"voice",
			"phone",
			"calls",
			"ai-agent",
			"pathways",
			"telephony"
		],
		"searchText": "bland.ai bland voice AI phone call send call list calls get call stop call pathway transcript api.bland.ai blandApiKey adapt settings fork agent quickstart"
	}
}