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 / Analytics / Google / Looker (Google Cloud core) API
Looker (Google Cloud core) API logo

Google Looker (Google Cloud core) API

Browse all Google APIs
✓ Official Vendor SpecAnalyticsBusiness Intelligenceoauth211 EndpointsREST

For Agents

Provision and manage Looker (Google Cloud core) instance lifecycle: create instances, restart them, export and import configuration, and track long-running operations.

Use for: Provision a new Looker (Google Cloud core) instance in europe-west1, Restart an existing Looker instance to apply pending changes, Export the configuration of a Looker instance for backup, Import a previously exported Looker configuration into a fresh instance

Not supported: Does not handle Looker dashboards, queries, looks, or user content — use for instance provisioning, restart, export, import, and deletion only.

The Looker (Google Cloud core) API manages the lifecycle of Looker instances hosted as a Google Cloud service, including provisioning, restart, import, export, and deletion. It is the control-plane API for Looker on Google Cloud, distinct from Looker's own SDK that handles dashboards, looks, and queries. Operations are long-running, returning operation handles that can be polled or cancelled, and instances are scoped to project locations.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Looker (Google Cloud core) API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Looker (Google Cloud core) 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 Looker (Google Cloud core) API.

Provision and delete Looker instances within a Google Cloud project location

Restart a running Looker instance to apply configuration changes

Export instance configuration for backup or migration via the export operation

Import previously exported configuration into a target instance

List Looker instances available under a project or location

Track and cancel long-running provisioning operations through the operations resource

Use Cases

Patterns agents use Looker (Google Cloud core) API for, with concrete tasks.

★ Looker instance provisioning

Provision Looker (Google Cloud core) instances as part of an infrastructure-as-code workflow, specifying the region, OAuth client credentials, and platform edition. The API returns a long-running operation handle that resolves to the new instance once setup completes, typically taking 30-60 minutes.

Create a Looker instance named bi-prod in projects/acme/locations/europe-west1 with the LOOKER_CORE_STANDARD platform edition and poll the returned operation until done

Configuration export and migration

Export a Looker instance's configuration to Cloud Storage and import it into another instance to clone environments, migrate between regions, or seed a disaster-recovery instance. The export and import operations are long-running and surface their progress through the operations resource.

Trigger export on instance bi-staging targeting gs://acme-bi-backups/looker/2026-06.tar.gz and wait for the operation to complete

Lifecycle automation in CI/CD

Automate Looker instance restarts and deletions from a CI/CD pipeline so that ephemeral test environments are torn down on schedule and production instances are restarted for maintenance windows. The operations resource lets pipelines cancel runs that exceed their budget.

Restart instance projects/acme/locations/us-central1/instances/bi-prod and abort if the returned operation has not finished within 20 minutes

Agent integration via Jentic

AI agents managing Google Cloud analytics estates can use the Looker control-plane API through Jentic to spin up review instances, restart them after configuration changes, or clean up unused instances on a schedule, without holding the underlying OAuth refresh token in their prompt.

List all Looker instances in projects/acme older than 30 days with no recent operations and queue a delete request for each

Key Endpoints

11 endpoints — the looker (google cloud core) api manages the lifecycle of looker instances hosted as a google cloud service, including provisioning, restart, import, export, and deletion.

METHOD

PATH

DESCRIPTION

GET

/v1/{+parent}/instances

List Looker instances in a project location

DELETE

/v1/{+name}

Delete a Looker instance

POST

/v1/{+name}:restart

Restart a Looker instance

POST

/v1/{+name}:export

Export instance configuration

POST

/v1/{+name}:import

Import instance configuration

POST

/v1/{+name}:cancel

Cancel a long-running operation

GET

/v1/{+name}/locations

List supported locations

GET

/v1/{+name}/operations

List long-running operations

GET

/v1/{+parent}/instances

List Looker instances in a project location

DELETE

/v1/{+name}

Delete a Looker instance

POST

/v1/{+name}:restart

Restart a Looker instance

POST

/v1/{+name}:export

Export instance configuration

POST

/v1/{+name}:import

Import instance configuration

POST

/v1/{+name}:cancel

Cancel a long-running operation

GET

/v1/{+name}/locations

List supported locations

GET

/v1/{+name}/operations

List long-running operations

Why Jentic?

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

Credential management

Credential isolation

Google Cloud OAuth 2.0 client credentials and refresh tokens are stored encrypted in the Jentic vault. Agents receive short-lived bearer tokens scoped to cloud-platform; raw secrets never enter the agent's context.

Intent-based discovery

Intent-based discovery

Agents search by intent such as provision looker instance or restart looker and Jentic returns the matching control-plane operations with input schemas, so the agent does not have to read Google Cloud's discovery documents.

Time to first call

Time to first call

Direct integration takes a day or more for OAuth setup, long-running operation polling, and error handling. Through Jentic the same calls take under an hour: search, load schema, execute, poll the returned operation.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

BigQuery API

→

Common data warehouse backend that Looker connects to for modelling and querying

Use BigQuery when the agent needs to query the data Looker visualises; use the Looker API for instance provisioning

Alternative

Google Analytics Data API

→

Programmatic GA4 reporting if you need report data without standing up a BI instance

Choose the Analytics Data API when the agent only needs analytics report data; use Looker when self-service BI dashboards and modelling are required

Complementary

Cloud Dataproc API

→

Managed Spark and Hadoop clusters that can feed Looker via shared metastores

Use Dataproc when the agent needs to run batch jobs that produce data Looker reads; use Looker for the BI surface itself

FAQs

Specific to using Looker (Google Cloud core) API through Jentic.

What authentication does the Looker (Google Cloud core) API use?

The control-plane API uses Google OAuth 2.0 with the https://www.googleapis.com/auth/cloud-platform scope. Through Jentic, the OAuth credentials are held in the encrypted vault and the agent receives only a scoped bearer token, so the refresh token never enters the agent's context.

Can I provision a Looker instance through this API?

Yes, instances are created as a long-running operation under projects/{project}/locations/{location}/instances. The call returns an operation handle which you poll on /v1/{+name}/operations until the new instance is ready.

What are the rate limits for the Looker (Google Cloud core) API?

Quotas are managed per Google Cloud project under the Looker API service in the Cloud Console quotas page. Most lifecycle calls are subject to default per-minute and per-day quotas; concurrent long-running operations per project are also capped.

How do I restart a Looker instance through Jentic?

Search Jentic for restart looker instance, load the operation that maps to /v1/{+name}:restart, and execute with the instance resource path. Jentic injects the OAuth bearer token and returns the long-running operation that you can poll until done.

Is the Looker (Google Cloud core) API free?

The control-plane API itself does not have separate charges, but Looker (Google Cloud core) instances are billed per platform edition and per active user. See Google Cloud's Looker pricing page for current rates.

Does this API let me run Looker queries or load dashboards?

No, this is the control-plane API for instance lifecycle only. Running queries, fetching dashboards, and managing looks happen via the in-instance Looker SDK on the running instance, not through this API.

GET STARTED

Start building with Looker (Google Cloud core) API

Explore with Jentic
View OpenAPI Document