Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

AICPA SOC for Service Organizations logoAICPA SOC for Service Organizations logo

SOC 2® Type 1 report

Audited by Prescient Assurance

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / Marketing / Hubspot / Pages
Pages logo

HubSpot Pages

Browse all Hubspot APIs
53
AI ReadinessFoundational (C)53/100
See full scorecard
Official vendor OpenAPI document · agent-readyMarketingContent Managementoauth2, apiKey66 EndpointsREST

For Agents

Create, update, schedule, A/B test, and translate HubSpot Site Pages and Landing Pages, with full revision and folder management for agentic publishing flows.

Use for: Create a new HubSpot landing page in folder 12345, Schedule the holiday campaign landing page to publish on December 1, List all site pages last edited in the past week, Restore the homepage to revision 4567

Not supported: Does not manage blog posts, templates, or connected domains - use for creating, updating, scheduling, and translating HubSpot Site and Landing Pages only.

The HubSpot CMS Pages API manages Site Pages and Landing Pages - the two primary marketing page types in HubSpot's CMS. It exposes endpoints for create, update, batch operations, scheduling, drafting, A/B testing, revisions, and multi-language groupings, plus full folder management for landing pages. Use it to author, schedule, translate, and version marketing pages programmatically rather than through the HubSpot UI.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Pages to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Pages, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 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%2Fhubspot.com%2Fhubspot-cms-pages" | sh
2

Step 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%2Fhubspot.com%2Fhubspot-cms-pages" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic 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.

Capabilities

What an agent can do with Pages API.

Create or update Site Pages and Landing Pages individually or in batch

Schedule a page to publish at a specific timestamp via the schedule endpoint

Manage page drafts and push the draft version live in one call

Roll a page back to an earlier revision or restore a revision into draft

Run and end A/B tests on Site Pages with the dedicated ab-test endpoints

Attach pages to a multi-language group so translations stay aligned

Organise Landing Pages into folders, including batch folder create and archive

Use Cases

Patterns agents use Pages API for, with concrete tasks.

★ Programmatic Landing Page Production

Marketing teams running many concurrent campaigns build landing pages from templates rather than from scratch. The Pages API exposes a batch create endpoint plus folder management, letting an integration spin up dozens of campaign landing pages in one orchestrated run. Each new page can be scheduled and attached to a folder for clean reporting.

POST 25 page payloads to /cms/v3/pages/landing-pages in a batch, attach them all to folder 'Q4-Campaign' via /cms/v3/pages/landing-pages/folders/batch/create, and schedule each via /cms/v3/pages/landing-pages/{objectId}/draft and the schedule endpoint.

Multi-Language Page Publishing

Brands launching campaigns in several languages need each translation tied to the source page so reporting rolls up cleanly. The multi-language endpoints attach pages to a language group, set a primary, and update language assignments - keeping a single conceptual page across locales rather than disconnected duplicates.

POST to /cms/v3/pages/site-pages/multi-language/attach-to-lang-group with the source page ID and the translated page IDs, then call set-new-lang-primary if the primary language has changed.

A/B Test Lifecycle Automation

Conversion-rate teams run a constant cadence of A/B tests on landing pages. Using the ab-test endpoints, an agent can launch a test, monitor results via revision endpoints, and call the ab-test/end endpoint to crown the winner - all without entering the HubSpot UI. The result is a reproducible experimentation loop.

After 7 days of traffic, POST to /cms/v3/pages/site-pages/ab-test/end with the winning variant, then update any campaign reporting to reflect the winning page.

Pre-Publish Revision Audit

Before a major page goes live, an editor wants to confirm exactly what changed since the last published version. The revisions endpoints return the change history and a specific revision payload so the agent can render a diff for human approval, then push the draft live or restore a prior revision if rejected.

GET /cms/v3/pages/site-pages/{objectId}/revisions, fetch the latest two revisions, render a side-by-side diff for the reviewer, and either push the draft live or POST to the restore endpoint.

Agent-Driven Page Publishing

An AI agent handed a brief plus brand assets needs to produce a live landing page end-to-end. Through Jentic, the agent searches for the create-landing-page operation, loads the schema, and executes it; subsequent calls schedule the page, attach it to a folder, and push the draft live. Credentials never leave your Jentic One instance.

Use Jentic to search 'create hubspot landing page', load the schema, execute it with the brief, then call the draft push-live endpoint to bring the page online.

Key Endpoints

66 endpoints — the hubspot cms pages api manages site pages and landing pages - the two primary marketing page types in hubspot's cms.

METHOD

PATH

DESCRIPTION

POST

/cms/v3/pages/landing-pages

Create a landing page

POST

/cms/v3/pages/site-pages/batch/update

Update site pages in batch

POST

/cms/v3/pages/site-pages/schedule

Schedule a site page to publish

POST

/cms/v3/pages/site-pages/ab-test/end

End an A/B test on a site page

GET

/cms/v3/pages/site-pages/{objectId}/revisions

List revisions of a site page

POST

/cms/v3/pages/landing-pages/{objectId}/draft

Update the draft of a landing page

POST

/cms/v3/pages/site-pages/multi-language/attach-to-lang-group

Attach a page to a language group

POST

/cms/v3/pages/landing-pages/folders/batch/create

Create landing page folders in batch

POST

/cms/v3/pages/landing-pages

Create a landing page

POST

/cms/v3/pages/site-pages/batch/update

Update site pages in batch

POST

/cms/v3/pages/site-pages/schedule

Schedule a site page to publish

POST

/cms/v3/pages/site-pages/ab-test/end

End an A/B test on a site page

GET

/cms/v3/pages/site-pages/{objectId}/revisions

List revisions of a site page

POST

/cms/v3/pages/landing-pages/{objectId}/draft

Update the draft of a landing page

POST

/cms/v3/pages/site-pages/multi-language/attach-to-lang-group

Attach a page to a language group

POST

/cms/v3/pages/landing-pages/folders/batch/create

Create landing page folders in batch

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

P

Pages

- Foundational (C)
53/100
71
Foundational Compliance
63
Developer Experience & Jentic Compatibility
29
AI-Readiness & Agent Experience
92
Agent Usability
70
Security
70
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
71

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: A-Signals: 4
83%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

0%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

100%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

63

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: B-Signals: 4
1%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

50%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

29

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
62%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

55%

Summary Coverage

Coverage of summaries across operations/tags/info.

92

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
92%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

70

Security

Trust, risk posture, and security compliance.

Grade: A-Signals: 1
70%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

70

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A-Signals: 1
70%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring HubSpot Pages by hand means registering an OAuth app or minting a private app token, targeting api.hubapi.com, and coding the batch updates, scheduling, drafts, and multi-language calls yourself. Through Jentic you install once, import Pages from the API Directory, store the token once, and your agent calls it.

Permission scoping

Pages exposes create, batch update, and scheduling largely through request bodies, so scope your agent to the operations it needs, such as creating a landing page or scheduling a site page. You choose the operations it may call, so ending an A/B test is only available if you include it.

Credential isolation

Your HubSpot OAuth token or private app token is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Agents search Jentic by intent such as 'create a HubSpot landing page' or 'schedule a site page', and Jentic returns the matching Pages operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Blog Posts

→

Manages blog post objects rather than landing or site pages

Choose Posts when the content is a blog entry; choose Pages when it's a landing or site page.

Complementary

Domains

→

Provides the connected domains on which these pages are published

Use Domains before publishing to select the correct connected domain for the page.

Complementary

CMS Source Code

→

Manages templates and modules referenced by these pages

Use Source Code when the agent needs to publish or update the templates that pages render.

Complementary

URL Redirects

→

Configures redirects for replaced or retired pages

Use URL Redirects when retiring a page so old URLs continue to resolve.

FAQs

Specific to using Pages API through Jentic.

What authentication does the HubSpot CMS Pages API use?

It accepts HubSpot OAuth 2.0 tokens or Private App tokens in the Authorization header with the content scope. Jentic stores those credentials in its encrypted vault and gives the agent only a scoped execution token at call time.

Can I create both Site Pages and Landing Pages with this API?

Yes. Site Pages are managed under /cms/v3/pages/site-pages and Landing Pages under /cms/v3/pages/landing-pages, with parallel endpoints for each type. They share the revision and multi-language patterns but maintain separate object records.

What are the rate limits for the HubSpot Pages API?

It uses HubSpot's standard public API caps: 100 requests per 10 seconds for OAuth apps and 110 per 10 seconds for Private Apps on Pro and Enterprise. The batch endpoints help large publishing jobs stay under the limit.

How do I schedule a landing page to publish through Jentic?

Run pip install jentic, search 'schedule hubspot landing page', load the schema, and execute it with the page ID and target timestamp. Jentic posts to the schedule endpoint with the right auth headers.

Does the Pages API let me upload page templates?

No. Templates and modules are managed by the CMS Source Code API. The Pages API consumes templates (by template path or ID) but does not create or upload them.

Can I run an A/B test entirely through the API?

Yes. The site-pages namespace exposes ab-test/end and complementary endpoints to manage test variants. Combine with revisions to track the winning variant before formally ending the test.

Can I limit what my agent is allowed to do with the HubSpot CMS Pages API?

Yes. Because you run Jentic One yourself, you decide which Pages operations the agent can call, so you can grant only what a task needs, such as creating a landing page or scheduling a site page, while withholding others. Since actions like ending an A/B test, restoring a revision, or batch-archiving folders are separate operations, they are reachable only if you include them. Your HubSpot OAuth or private app token is held by your own instance and injected at call time, so the agent operates strictly within the operations and credentials your rules allow.

GET STARTED

Start building with Pages API

Explore with Jentic One
View OpenAPI Document