Granica website screenshot

Granica

Granica Computing, Inc. builds an efficiency and data-readiness layer for enterprise AI. Its flagship product, Granica Crunch, is a continuous, policy-driven data lakehouse optimization platform that handles compaction, compression, sorting, clustering, deduplication, vacuuming, partition lifecycle management and query acceleration for Delta Lake, Apache Iceberg and Hive tables sitting in Amazon S3, Google Cloud Storage and Azure. The platform is delivered as a customer-deployed control plane plus data plane (Granica Hosted, On-Premises and Hybrid deployment models on EKS or GKE inside the customer cloud account), so table data never has to leave the customer environment. Granica publishes a public REST API reference — the Granica APIs V1 surface at base path /api/v1 — covering tables, schedules, onboarding, crunch, vacuum, partition expiration, pending deletions, catalog connections, feature flags, Optimus query optimization and object maintenance, authenticated with long-lived bearer API keys carrying explicit read/write scopes. The company was formerly known as Project N (the Bolt product line), and still maintains the legacy Bolt SDKs under the project-n-oss GitHub organization.

Granica publishes 1 API on the APIs.io network. Tagged areas include Company, Data, Storage, Analytics, and Artificial Intelligence.

Granica’s developer surface includes documentation, API reference, getting-started guide, engineering blog, authentication, and 19 more developer resources.

29.4/100 thin ▬ flat Agent 8/100 agent aware saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs
CompanyDataStorageAnalyticsArtificial IntelligenceMachine-LearningData LakehouseCloud Cost OptimizationCompressionData Infrastructure

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/granica: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Granica APIs V1

The Granica REST API (v1) lets you programmatically manage all aspects of the Granica platform, including table onboarding, compaction scheduling, catalog connections, query opt...

Pricing Plans 1

Published pricing tiers and plan structures.

Granica Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Granica Rate Limits

0 limits

RATE LIMITS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Granica Authentication

3 schemes

SECURITY

Granica Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Granica Trust Center

SOC 2 Type 1, SOC 2 Type 2, ISO/IEC 27001

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Granica Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 5

Pagination, idempotency, versioning, errors, and events

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: granica
name: Granica
description: Granica Computing, Inc. builds an efficiency and data-readiness layer for enterprise AI. Its flagship product,
  Granica Crunch, is a continuous, policy-driven data lakehouse optimization platform that handles compaction, compression,
  sorting, clustering, deduplication, vacuuming, partition lifecycle management and query acceleration for Delta Lake, Apache
  Iceberg and Hive tables sitting in Amazon S3, Google Cloud Storage and Azure. The platform is delivered as a customer-deployed
  control plane plus data plane (Granica Hosted, On-Premises and Hybrid deployment models on EKS or GKE inside the customer
  cloud account), so table data never has to leave the customer environment. Granica publishes a public REST API reference
  — the Granica APIs V1 surface at base path /api/v1 — covering tables, schedules, onboarding, crunch, vacuum, partition expiration,
  pending deletions, catalog connections, feature flags, Optimus query optimization and object maintenance, authenticated
  with long-lived bearer API keys carrying explicit read/write scopes. The company was formerly known as Project N (the Bolt
  product line), and still maintains the legacy Bolt SDKs under the project-n-oss GitHub organization.
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - scopes
  - rate-limits
  - security
  generated: '2026-09-03'
  method: derived
image: https://www.granica.ai/favicon-granica.svg
url: https://raw.githubusercontent.com/api-evangelist/granica/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.20'
created: '2026-08-22'
modified: '2026-08-22'
tags:
- Company
- Data
- Storage
- Analytics
- Artificial Intelligence
- Machine-Learning
- Data Lakehouse
- Cloud Cost Optimization
- Compression
- Data Infrastructure
tags_raw:
- Company
- Data
- Storage
- Analytics
- Artificial Intelligence
- Machine Learning
- Data Lakehouse
- Cloud Cost Optimization
- Compression
- Data Infrastructure
apis:
- name: Granica APIs V1
  description: The Granica REST API (v1) lets you programmatically manage all aspects of the Granica platform, including table
    onboarding, compaction scheduling, catalog connections, query optimization (Optimus), vacuum, partition expiration, pending
    deletions and object maintenance. Base path is /api/v1 on the customer's own Granica Console / Admin Server host. All
    requests require a bearer API key; responses use standard HTTP status codes, with 422 carrying a validation error detail
    body.
  humanURL: https://docs.granica.ai/api-reference
  baseURL: https://{granica-console-host}/api/v1
  tags:
  - Data Lakehouse
  - Optimization
  - Tables
  - Object Storage
  properties:
  - type: Documentation
    url: https://docs.granica.ai/
  - type: APIReference
    url: https://docs.granica.ai/api-reference
  - type: Authentication
    url: authentication/granica-authentication.yml
  - type: OAuthScopes
    url: scopes/granica-scopes.yml
  - type: ErrorCatalog
    url: errors/granica-problem-types.yml
  - type: Conventions
    url: conventions/granica-conventions.yml
  - type: DataModel
    url: data-model/granica-data-model.yml
  - type: Lifecycle
    url: lifecycle/granica-lifecycle.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/granica-domain-security.yml
- type: Website
  url: https://www.granica.ai/
- type: DeveloperPortal
  url: https://docs.granica.ai/
- type: Documentation
  url: https://docs.granica.ai/
- type: APIReference
  url: https://docs.granica.ai/api-reference
- type: GettingStarted
  url: https://docs.granica.ai/getting-started/get-started
- type: Blog
  url: https://www.granica.ai/blog
- type: GitHubOrganization
  url: https://github.com/granica-ai
- type: TermsOfService
  url: https://www.granica.ai/terms-of-service
- type: PrivacyPolicy
  url: https://www.granica.ai/privacy-policy
- type: LLMsTxt
  url: llms/granica-llms.txt
- type: Packages
  url: packages/granica-packages.yml
- type: SDKs
  url: packages/granica-packages.yml
- type: Authentication
  url: authentication/granica-authentication.yml
- type: OAuthScopes
  url: scopes/granica-scopes.yml
- type: Conventions
  url: conventions/granica-conventions.yml
- type: ErrorCatalog
  url: errors/granica-problem-types.yml
- type: DataModel
  url: data-model/granica-data-model.yml
- type: Lifecycle
  url: lifecycle/granica-lifecycle.yml
- type: Conformance
  url: conformance/granica-conformance.yml
- type: Compliance
  url: security/granica-trust-center.yml
- type: TrustCenter
  url: security/granica-trust-center.yml
- type: Plans
  url: plans/granica-plans-pricing.yml
- type: RateLimits
  url: rate-limits/granica-rate-limits.yml
x-enrichment:
  date: '2026-08-22'
  status: enriched
  artifacts_added: 15
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/granica"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/granica/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/granica/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.