Object Create

HubSpot

Create a CRM record of a selected HubSpot object type with supplied properties.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Creates a standard or custom CRM record from object properties and optional associations supplied as part of that creation. It does not expose batch, upsert, schema or standalone association mutations. One request costs $0.0050.

Agents select this operation with tool ID hubspot.object-create, then inspect its current executable contract before a run.

Public input and output shape

Input

bodyobject · required

Bounded request body sent to the connected application.

pathobject · required

Identifier path for the authorised connected-app record.

Output

archivedboolean

Returned archived value.

idstring

Returned id value.

propertiesobject

Returned properties value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "hubspot.object-create",
  "input": {
    "body": {
      "properties": {
        "name": "Northstar Research (Sample)",
        "domain": "northstar-research.invalid"
      }
    },
    "path": {
      "objectType": "0-2"
    }
  }
}

Output

{
  "id": "400000000002",
  "archived": false,
  "properties": {
    "name": "Northstar Research (Sample)",
    "domain": "northstar-research.invalid"
  }
}
Teaching errors and limitations
  • connection_required: This capability acts on your own HubSpot account, which isn't connected yet.Open connect_url, approve access, then retry this run unchanged.
  • permission_required: The connected HubSpot grant does not include a scope required by this object type.Reconnect HubSpot and approve the requested scope, or choose an object type available to this account.
Updated
18 August 2026

Use Object Create with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.