Booqable
Overview
SLUG: BOOQABLE
Description
Booqable is a rental software platform that helps businesses manage inventory, bookings, and online reservations.
Authentication Details
API Key
Connecting to Booqable
Create an auth config
Use the dashboard to create an auth config for the Booqable toolkit. This allows you to connect multiple Booqable accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Booqable toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
BOOQABLE_CREATE_CUSTOMER
Tool Name: Create Customer
Description
Action Parameters
Action Response
BOOQABLE_CREATE_ORDER
Tool Name: Create Order
Description
Action Parameters
Action Response
BOOQABLE_GET_CUSTOMER
Tool Name: Get Customer
Description
Action Parameters
Action Response
BOOQABLE_GET_CUSTOMERS
Tool Name: Get Customers
Description
Action Parameters
Action Response
BOOQABLE_GET_ORDER
Tool Name: Get Order
Description
Action Parameters
Action Response
BOOQABLE_GET_ORDERS
Tool Name: Get Orders
Description
Action Parameters
Action Response
BOOQABLE_GET_PRODUCT
Tool Name: Get Product
Description
Action Parameters
Action Response
BOOQABLE_GET_PRODUCTS
Tool Name: Get Products
Description
Action Parameters
Action Response
BOOQABLE_GET_PRODUCT_GROUPS
Tool Name: Get Product Groups
Description
Action Parameters
Action Response
BOOQABLE_CREATE_PRODUCT_GROUP
Tool Name: Create Product Group
Description
Action Parameters
Action Response
BOOQABLE_DELETE_CUSTOMER
Tool Name: Delete Customer
Description
Action Parameters
Action Response
BOOQABLE_DELETE_ORDER
Tool Name: Delete Order
Description
Action Parameters
Action Response
BOOQABLE_DELETE_PRODUCT_GROUP
Tool Name: Delete Product Group
Description
Action Parameters
Action Response
BOOQABLE_GET_PRODUCT_GROUP
Tool Name: Get Product Group
Description
Action Parameters
Action Response