Skip to main content
Documentation

Domain

Shop capabilities

11 capabilities, all acting on a shop. A reference to one from another domain is spelled shop_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
shop.profilePOST /api/v1/shop/profileRead the shop's name, timezone, currency, address and booking linkread-only
shop.playbookPOST /api/v1/shop/playbookRead the shop's own playbook for one of its AI agentsread-only
shop.business_hoursPOST /api/v1/shop/business_hoursRead the days and hours this shop is open for workread-only
shop.booking_configPOST /api/v1/shop/booking_configRead how this shop takes bookings, deposits and approvalsread-only
shop.brandingPOST /api/v1/shop/brandingRead the shop's logo and accent colour as customers see themread-only
shop.locationsPOST /api/v1/shop/locationsList the other locations in this shop's organizationread-only
shop.agentsPOST /api/v1/shop/agentsList this shop's AI agents, which are on and how they sendread-only
shop.messaging_configPOST /api/v1/shop/messaging_configRead whether the shop may text, and inside which hoursread-only
shop.planPOST /api/v1/shop/planRead the shop's plan, trial state and what it includesread-only
shop.ai_creditsPOST /api/v1/shop/ai_creditsCheck how many AI credits this shop has left to spendread-only
shop.setup_progressPOST /api/v1/shop/setup_progressCheck how far this shop is through setting itself upread-only

← Every domain