Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Cloud Infrastructure / Google / Connectors API
Connectors API logo

Google Connectors API

Browse all Google APIs
✓ Official Vendor SpecCloud InfrastructureServerlessoauth241 EndpointsREST

For Agents

Provision and manage Google Cloud Connectors so agents can discover SaaS connection profiles, attach runtime endpoints, and grant IAM access for downstream Application Integration or Workflows calls.

Use for: I need to create a Salesforce connection in Google Cloud Connectors, List all connections in the us-central1 region, Retrieve the schema of a ServiceNow connector, Set up a custom connector from an OpenAPI spec

Not supported: Does not transform data, run pipelines, or execute workflow logic — use only to provision and manage connection resources for Application Integration and Workflows.

Google Cloud Connectors API lets developers create and manage connections between Google Cloud services and third-party business applications such as Salesforce, ServiceNow, Jira, and SAP. It exposes connection lifecycle operations, custom connector definitions, managed zones, runtime endpoint attachments, and IAM policy management for connection resources. Connections are then consumable from Application Integration, Workflows, and Apigee for low-code orchestration. The API is region-scoped and uses long-running operations for resource provisioning.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Connectors API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Connectors API, 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://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | 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 Connectors API.

Create and configure connections to Salesforce, ServiceNow, BigQuery, and other backends with provider-specific config nodes

Register and version custom connectors built from OpenAPI or gRPC specifications

Attach runtime endpoint configurations and managed zones to keep traffic within a VPC perimeter

Bind IAM roles to a connection so a workflow service account can invoke it

Inspect connection schema metadata, including entities, actions, and authentication requirements

Track long-running provisioning operations and roll back failed deployments

List supported connector providers and their published versions for selection at design time

Use Cases

Patterns agents use Connectors API for, with concrete tasks.

★ SaaS Workflow Orchestration

Wire Salesforce, ServiceNow, or NetSuite into a Google Cloud Workflow without writing per-vendor auth code. Connectors API provisions the connection profile and IAM bindings; the orchestrator references the connection by name and Cloud Connectors handles token refresh, schema discovery, and per-call execution. Setup completes in under an hour for a supported backend.

Create a Salesforce connection named 'sales-prod' in us-central1, attach an OAuth2 auth config, and grant roles/connectors.invoker to the workflow service account.

Custom Connector Publishing

Publish an internal API as a reusable Google Cloud connector. The Connectors API ingests an OpenAPI 3 specification, generates a custom connector resource, and exposes it to Application Integration users in the same project. Custom connectors inherit IAM, audit logging, and VPC-SC controls so internal services can be safely surfaced.

Register a custom connector named 'billing-api' from a Cloud Storage URI containing the OpenAPI spec, then publish version 1.0.0.

Connection Inventory Audit

Produce a region-by-region report of every connection, its underlying connector type, last activity, and IAM bindings. Useful for compliance reviews and cost attribution. The Connectors API enumerates connections per location and exposes IAM and node configuration so an auditor can confirm that no connection grants over-broad access.

List every connection across all regions in project 'acme-prod', fetch the IAM policy for each, and flag any that grant roles/owner.

AI Agent Backend Connection Setup

Let an AI agent stand up the backend connections it needs (CRM, ITSM, ERP) at runtime through Jentic. The agent searches for the connector type, the Connectors API provisions it under a service account, and the agent immediately calls the new connection through Application Integration without an engineer in the loop. Jentic isolates the OAuth client and rotates tokens per request.

Provision a ServiceNow connection in europe-west1 for a freshly onboarded tenant, wait for the long-running operation to finish, and bind roles/connectors.invoker.

Key Endpoints

41 endpoints — google cloud connectors api lets developers create and manage connections between google cloud services and third-party business applications such as salesforce, servicenow, jira, and sap.

METHOD

PATH

DESCRIPTION

GET

/v1/{+name}/connections

List connections in a project and location

POST

/v1/{+name}/connections

Create a new connection

GET

/v1/{+name}/providers

List available connector providers

POST

/v1/{+name}/customConnectors

Create a custom connector

POST

/v1/{+name}:setIamPolicy

Set the IAM policy for a connection

GET

/v1/{+name}/operations

Track long-running provisioning operations

GET

/v1/{+name}/connections

List connections in a project and location

POST

/v1/{+name}/connections

Create a new connection

GET

/v1/{+name}/providers

List available connector providers

POST

/v1/{+name}/customConnectors

Create a custom connector

POST

/v1/{+name}:setIamPolicy

Set the IAM policy for a connection

GET

/v1/{+name}/operations

Track long-running provisioning operations

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

Google OAuth client secrets and refresh tokens are stored encrypted in the Jentic vault. Agents call connectors.googleapis.com with short-lived access tokens minted per request, so raw client credentials never enter the agent context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent (e.g. 'create salesforce connection in google cloud') and Jentic returns the matching connectors.create operation with its full input schema, including connectorVersion and authConfig requirements.

Time to first call

Time to first call

Direct integration: 2-3 days to handle OAuth, regional endpoints, and long-running operation polling. Through Jentic: under 1 hour by chaining search, load, and execute against the connections collection.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Dataflow API

→

Run streaming and batch pipelines that move data through configured connector endpoints

Use Dataflow when the workload is large-scale ETL; use Connectors API when the workload is a transactional SaaS call from a workflow

Complementary

Google Cloud Data Catalog API

→

Catalogue the data assets reachable through provisioned connections

Pair with Connectors API when an agent needs to first list available data assets before querying a connection

Alternative

Google Cloud Pub/Sub API

→

Event-driven messaging is an alternative integration pattern for asynchronous SaaS sync

Choose Pub/Sub when the integration is event-based; choose Connectors API when the integration is request/response against a SaaS system of record

FAQs

Specific to using Connectors API through Jentic.

What authentication does the Google Cloud Connectors API use?

The Connectors API uses Google OAuth 2.0 with the cloud-platform scope. Through Jentic the OAuth client and refresh tokens are stored encrypted in the Jentic vault, and agents receive scoped access tokens per call instead of long-lived credentials.

Can I create a custom connector from my own OpenAPI spec with the Connectors API?

Yes. Use the customConnectors create endpoint to register a connector resource and then publish a customConnectorVersion that references your OpenAPI 3 specification stored in Cloud Storage. Once published the custom connector is selectable from Application Integration.

What are the rate limits for the Google Cloud Connectors API?

The Connectors API inherits standard Google Cloud per-project quotas: write requests are limited per minute and long-running provisioning operations have their own concurrency cap. Check the Quotas page in the Cloud Console for your project's exact ceilings.

How do I provision a new Salesforce connection through Jentic?

Run pip install jentic, then search Jentic for 'create google cloud connector connection', load the schema for connections.create on connectors.googleapis.com, and execute it with your project, region, connectorVersion, and authConfig payload.

Does the Connectors API run user-defined code or transformations?

No. Connectors API only provisions and manages connection metadata and IAM. Data transformations and orchestration live in Application Integration or Workflows, which call the connections at runtime.

GET STARTED

Start building with Connectors API

Explore with Jentic
View OpenAPI Document