The HubSpot CRM Custom Objects API manages records for object types beyond the four standard CRM objects (contacts, companies, deals, tickets) on the HubSpot EU region. It supports single-record create, read, update and archive plus high-volume batch and search operations, so agents and integrations can store domain-specific entities such as subscriptions, properties, or vehicles directly in the CRM. Custom object record management requires HubSpot Enterprise; schema definitions are managed via the separate CRM Schemas API.
15 endpointsThe HubSpot CRM Schemas API defines the structure of custom objects in HubSpot's CRM on the EU region. Schemas declare an object's type, its properties (fields) and its associations to other CRM objects, and each schema is identified by a unique objectTypeId. Use this API to design new custom object types or evolve existing ones; record-level operations live in the separate CRM Custom Objects API.
7 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feu1.hubspot.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feu1.hubspot.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.