Accenta website screenshot

Accenta

Accenta is a French energy and carbon performance company for real estate portfolios, founded in 2016 and headquartered in Boulogne-Billancourt. It combines AI-driven building control (an intelligent building management system plus an Accenta Communication Box for sites with no BMS) with low-carbon heat and cold production built on shallow geothermal energy, inter-seasonal geostorage, heat pumps and solar, and it wraps the whole package in audit, design, build, operate, financing and performance-contract services. Accenta says it manages roughly 10 million square metres of real estate for owners such as Airbus, Prologis, Icade, Redevco and Decathlon, targeting energy reductions up to 80% and CO2 reductions up to 95%. Its software platform is effiPilot, acquired in 2020, delivered as a per-customer tenant on accenta.ai with a web application, an Android app and an HTTP API whose reference documentation sits behind the customer login.

Accenta publishes 1 API on the APIs.io network. Tagged areas include Company, Ai Data, Energy, Buildings, and Smart Buildings.

Accenta’s developer surface includes support, engineering blog, authentication, and 22 more developer resources.

23.1/100 emerging ▬ flat Agent 8/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CompanyAi DataEnergyBuildingsSmart BuildingsBuilding ManagementGeothermalDecarbonizationSustainabilityEnergy ManagementArtificial IntelligenceReal-EstateIoTFrance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Regulatory Posture applies to this provider. Its tags matched the Energy & Utilities regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
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.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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/accenta: 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.

effiPilot Platform API

The HTTP API behind Accenta's effiPilot building-energy platform. It is an RPC-style JSON surface — requests take the form /api/method/ — served per customer tenant ...

Pricing Plans 1

Published pricing tiers and plan structures.

Accenta Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Accenta Rate Limits

0 limits

RATE LIMITS

Security Posture 2

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

Accenta Authentication

cookie-session · 1 scheme

SECURITY

Accenta Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 4

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 8

The organization behind the API

Scroll for all 8

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: accenta
name: Accenta
description: Accenta is a French energy and carbon performance company for real estate portfolios, founded in 2016 and headquartered
  in Boulogne-Billancourt. It combines AI-driven building control (an intelligent building management system plus an Accenta
  Communication Box for sites with no BMS) with low-carbon heat and cold production built on shallow geothermal energy, inter-seasonal
  geostorage, heat pumps and solar, and it wraps the whole package in audit, design, build, operate, financing and performance-contract
  services. Accenta says it manages roughly 10 million square metres of real estate for owners such as Airbus, Prologis, Icade,
  Redevco and Decathlon, targeting energy reductions up to 80% and CO2 reductions up to 95%. Its software platform is effiPilot,
  acquired in 2020, delivered as a per-customer tenant on accenta.ai with a web application, an Android app and an HTTP API
  whose reference documentation sits behind the customer login.
url: https://raw.githubusercontent.com/api-evangelist/accenta/refs/heads/main/apis.yml
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
  probe_state: gated
  source:
  - authentication
  - rate-limits
  - security
  generated: '2026-09-03'
  method: derived
image: https://www.accenta.ai/app/uploads/2020/09/og_fb.jpg
x-type: company
x-source: serena-portfolio
specificationVersion: '0.23'
created: '2026-08-17'
modified: '2026-08-17'
tags:
- Company
- Ai Data
- Energy
- Buildings
- Smart Buildings
- Building Management
- Geothermal
- Decarbonization
- Sustainability
- Energy Management
- Artificial Intelligence
- Real-Estate
- IoT
- France
tags_raw:
- Company
- Ai Data
- Energy
- Buildings
- Smart Buildings
- Building Management
- Geothermal
- Decarbonization
- Sustainability
- Energy Management
- Artificial Intelligence
- Real Estate
- IoT
- France
apis:
- name: effiPilot Platform API
  description: 'The HTTP API behind Accenta''s effiPilot building-energy platform. It is an RPC-style JSON surface — requests
    take the form /api/method/<methodName> — served per customer tenant from the wildcard accenta.ai host (nginx + PHP 8.0.30),
    with session-cookie authentication established through the platform login. The API reference is published by Accenta as
    "documentation API effiPilot" at /api/doc on the tenant host, but that route is only routed for an authenticated session;
    anonymous requests return {"message":"Route not found"}. One anonymous method is reachable and was verified: /api/method/brandConf,
    which returns the tenant brand, legal-entity, consent and colour configuration as JSON. No OpenAPI, Swagger, GraphQL or
    MCP contract is published on any Accenta host.'
  humanURL: https://app.accenta.ai/login/?redirectTo=api%2Fdoc
  baseURL: https://app.accenta.ai/api/
  tags:
  - Building Management
  - Energy Management
  - Smart Buildings
  properties:
  - type: Authentication
    url: authentication/accenta-authentication.yml
  - type: Conventions
    url: conventions/accenta-conventions.yml
  - type: ErrorCatalog
    url: errors/accenta-error-codes.yml
  - type: RateLimits
    url: rate-limits/accenta-rate-limits.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.accenta.ai/
- type: WebsiteFrench
  url: https://www.accenta.ai/
- type: Login
  url: https://app.accenta.ai/login/
- type: Support
  url: https://www.accenta.ai/en/contact-us/
- type: Blog
  url: https://www.accenta.ai/articles/
- type: BlogRSS
  url: https://www.accenta.ai/feed/
- type: Press
  url: https://www.accenta.ai/en/press/
- type: CaseStudies
  url: https://www.accenta.ai/en/projects/
- type: About
  url: https://www.accenta.ai/en/about/
- type: Careers
  url: https://www.accenta.ai/jobs/
- type: LegalNotice
  url: https://www.accenta.ai/mentions-legales/
- type: PrivacyPolicy
  url: https://www.accenta.ai/politique-de-confidentialite/
- type: TermsOfService
  url: https://storage.sbg.cloud.ovh.net/v1/AUTH_3d9cbc20c59c4c77a70475ce27cd4ecb/Images%20publiques%20effiPilot/Contrat_Licence_Utilisateur_Final_v200_20260602.pdf
- type: Compliance
  url: https://storage.sbg.cloud.ovh.net/v1/AUTH_3d9cbc20c59c4c77a70475ce27cd4ecb/Images%20publiques%20effiPilot/RGPD_Collecte_et_utilisation_donnees_personnelles_v200_20260602.pdf
- type: LinkedIn
  url: https://www.linkedin.com/company/accenta-ai
- type: Authentication
  url: authentication/accenta-authentication.yml
- type: Conventions
  url: conventions/accenta-conventions.yml
- type: ErrorCatalog
  url: errors/accenta-error-codes.yml
- type: Conformance
  url: conformance/accenta-conformance.yml
- type: Lifecycle
  url: lifecycle/accenta-lifecycle.yml
- type: Packages
  url: packages/accenta-packages.yml
- type: Plans
  url: plans/accenta-plans-pricing.yml
- type: RateLimits
  url: rate-limits/accenta-rate-limits.yml
- type: DomainSecurity
  url: security/accenta-domain-security.yml
- type: LLMsTxt
  url: llms/accenta-llms.txt
x-enrichment:
  date: '2026-08-17'
  status: minimal
  artifacts_added: 11
  pass: local-v1
x-coverage:
  state: gated
  reason: customer-only-docs
  detail: Accenta's effiPilot API reference is real and is Accenta's own — the login application at app.accenta.ai explicitly
    offers redirectTo=api%2Fdoc and search engines still index the page title "documentation API effiPilot 2.16.3" — but the
    /api/doc route is only served to an authenticated tenant session, so an anonymous GET returns {"message":"Route not found"}
    and no machine-readable contract of any kind (OpenAPI, GraphQL, MCP, AsyncAPI, agent card, or any /.well-known/ document)
    is reachable on www.accenta.ai, app.accenta.ai or demo.accenta.ai.
  evidence:
  - url: https://app.accenta.ai/api/doc
    status: 404
  - url: https://app.accenta.ai/api/method/brandConf
    status: 200
  - url: https://app.effipilot.com/api/doc/
    status: 301
  - url: https://app.accenta.ai/api/v3/api-docs
    status: 404
  - url: https://www.accenta.ai/.well-known/agent-card.json
    status: 404
  - url: https://app.accenta.ai/.well-known/security.txt
    status: 403
  checked: '2026-08-17'

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/accenta"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/accenta/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/accenta/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.