Home
Providers
Clevergy
Clevergy
Clevergy (The Clevergy Solution, SL) is a Madrid-based climate-tech SaaS company, founded in 2022, that sells white-label energy-management software to electricity and gas retailers, solar installers and energy advisors. Its platform ingests household consumption data — pulled directly from Spanish distributors and the Datadis smart-meter hub via the CUPS supply-point code, or from connected solar inverters and smart devices — and turns it into consumption analytics, invoice breakdowns, savings recommendations, appliance-level disaggregation, virtual battery and wallet balances, energy-community shares, and sales leads the retailer can act on. Integrators consume it two ways: the Connect API, a Swagger 2.0 REST API on connect.clever.gy with 83 operations spanning users, houses, contracts, invoices, tariffs, equipment, energy telemetry, tickets and sales opportunities; and a catalog of roughly thirty embeddable "microfrontend" web components that drop Clevergy's end-user experiences straight into the retailer's own app or webview, authenticated with a short-lived per-user JWT. Clevergy raised a €3.2M round in October 2025 co-led by Racine² (Serena and Makesense) and Axon Partners Group, with Satgana, Wayra and Angels participating.
Clevergy publishes 23 APIs on the APIs.io network, including Access control API, Connections API, Contracts API, and 20 more. Tagged areas include Company, Climate Tech, Energy, Energy Management, and Utilities.
The Clevergy catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Clevergy’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, signup flow, FAQ, and 26 more developer resources.
1 APIs
On this page
Kin Score
APIs 25
Pricing Plans 1
Rate Limits 1
Event Specs 1
Security Posture 2
Agentic Access 1
Resources 33
apis.yml
11 Operational Transparency
28 Create-or-Update Ergonomics
Composite quality — 54.2/100 · developing
Agent readiness — 31/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 25
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 4
Portal, sign-up, and the first successful call
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 4
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 7
Pagination, idempotency, versioning, errors, and events
Scroll for all 7
Build 3
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Commercial 4
Pricing, plans, and the legal terms of use
Company 2
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: clevergy
name: Clevergy
description: 'Clevergy (The Clevergy Solution, SL) is a Madrid-based climate-tech SaaS company, founded in 2022, that sells
white-label energy-management software to electricity and gas retailers, solar installers and energy advisors. Its platform
ingests household consumption data — pulled directly from Spanish distributors and the Datadis smart-meter hub via the CUPS
supply-point code, or from connected solar inverters and smart devices — and turns it into consumption analytics, invoice
breakdowns, savings recommendations, appliance-level disaggregation, virtual battery and wallet balances, energy-community
shares, and sales leads the retailer can act on. Integrators consume it two ways: the Connect API, a Swagger 2.0 REST API
on connect.clever.gy with 83 operations spanning users, houses, contracts, invoices, tariffs, equipment, energy telemetry,
tickets and sales opportunities; and a catalog of roughly thirty embeddable "microfrontend" web components that drop Clevergy''s
end-user experiences straight into the retailer''s own app or webview, authenticated with a short-lived per-user JWT. Clevergy
raised a €3.2M round in October 2025 co-led by Racine² (Serena and Makesense) and Axon Partners Group, with Satgana, Wayra
and Angels participating.'
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: true
label: Hosted service · you call their endpoint
confidence: high
source:
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: paid
onboarding: unknown
trial: false
try_now: false
public: false
label: Paid
confidence: high
source:
- plans
- authentication
- rate-limits
- security
generated: '2026-09-03'
method: derived
image: https://clever.gy/wp-content/uploads/2024/09/cropped-favicon-isotipo-clevergy.png
url: https://raw.githubusercontent.com/api-evangelist/clevergy/refs/heads/main/apis.yml
x-type: company
x-source: serena-portfolio
specificationVersion: '0.23'
created: '2026-08-17'
modified: '2026-08-17'
tags:
- Company
- Climate Tech
- Energy
- Energy Management
- Utilities
- Smart Meter
- Solar
- Home Energy
- Battery Storage
- Electric Vehicle Charging
- Smart Home
- Sustainability
- Spain
- White Label
- Embedded Components
- Webhook
tags_raw:
- Company
- Climate Tech
- Energy
- Energy Management
- Utilities
- Smart Meter
- Solar
- Home Energy
- Battery Storage
- Electric Vehicle Charging
- Smart Home
- Sustainability
- Spain
- White Label
- Embedded Components
- Webhooks
apis:
- name: Clevergy Webhooks
description: 'Outbound HTTP callbacks that notify an integrator in real time when a Clevergy lifecycle entity changes. Three
event surfaces are documented — User, SalesOpportunity and Ticket — with CREATE, UPDATE and DELETE event types on sales
opportunities and CREATE/UPDATE on tickets. Delivery is notification-only by design: the payload carries an identifier
and the full object must then be read back from the Connect API. Endpoints are registered by Clevergy on request; the
only authentication mechanism offered is a token in a query parameter on the integrator''s own callback URL, with no signature
header. No AsyncAPI document is published.'
humanURL: https://docs.clever.gy/webhooks/clevergy-webhooks
baseURL: https://connect.clever.gy
tags:
- Webhook
- Energy
- Utilities
tags_raw:
- Webhooks
- Energy
- Utilities
properties:
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Documentation
url: https://docs.clever.gy/webhooks/clevergy-webhooks
- type: APIReference
url: https://docs.clever.gy/webhooks/clevergy-webhooks
- name: Clevergy Microfrontends
description: 'Roughly thirty embeddable UI components — custom elements (web components) rendering a React tree in an isolated
container — that bring Clevergy''s end-user energy experiences into an integrator''s own website, app or webview. Grouped
into four families: account setup and integrations (contract opportunity, invoices, invoice OCR, smart-meter/Datadis authorization,
inverter and EV connection, virtual battery and wallet), energy insights (consumption breakdown, energy chart, invoice
estimation, solar amortization and summary), optimization and recommendations (energy prices, tariff comparison, house
comparison, recommendations, solar recommender, tips, alerts), and real-time monitoring and device control (power chart,
battery, smart devices, solar real-time). Distributed as a single unpinned ES module from assets.clever.gy and authenticated
with a short-lived per-user JWT passed on the element''s data-token attribute.'
humanURL: https://docs.clever.gy/helpdesk/microfrontends-catalog
baseURL: https://assets.clever.gy
tags:
- Embedded Components
- Energy
- Home Energy
- White Label
properties:
- type: Components
url: components/clevergy-components.yml
- type: Documentation
url: https://docs.clever.gy/developer/microfrontends
- type: APIReference
url: https://docs.clever.gy/helpdesk/microfrontends-catalog
- type: GettingStarted
url: https://docs.clever.gy/developer/microfrontends
- type: Packages
url: packages/clevergy-packages.yml
- aid: clevergy:clevergy-access-control-api
name: Clevergy Access control API
description: The Access control API from Clevergy — 1 operation(s) for access control.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Access Control
tags_raw:
- Access control
properties:
- type: OpenAPI
url: openapi/clevergy-access-control-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-connections-api
name: Clevergy Connections API
description: The Connections API from Clevergy — 1 operation(s) for connections.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Connections
properties:
- type: OpenAPI
url: openapi/clevergy-connections-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-contracts-api
name: Clevergy Contracts API
description: The Contracts API from Clevergy — 1 operation(s) for contracts.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Contracts
properties:
- type: OpenAPI
url: openapi/clevergy-contracts-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-contracts-deprecated-api
name: Clevergy Contracts - Deprecated API
description: The Contracts - Deprecated API from Clevergy — 6 operation(s) for contracts - deprecated.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Contracts - Deprecated
properties:
- type: OpenAPI
url: openapi/clevergy-contracts-deprecated-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-contracts-electricity-api
name: Clevergy Contracts|Electricity API
description: The Contracts|Electricity API from Clevergy — 2 operation(s) for contracts|electricity.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Contracts|Electricity
properties:
- type: OpenAPI
url: openapi/clevergy-contracts-electricity-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-contracts-gas-api
name: Clevergy Contracts|Gas API
description: The Contracts|Gas API from Clevergy — 2 operation(s) for contracts|gas.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Contracts|Gas
properties:
- type: OpenAPI
url: openapi/clevergy-contracts-gas-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-disaggregation-api
name: Clevergy Disaggregation API
description: The Disaggregation API from Clevergy — 1 operation(s) for disaggregation.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Disaggregation
properties:
- type: OpenAPI
url: openapi/clevergy-disaggregation-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-energy-api
name: Clevergy Energy API
description: The Energy API from Clevergy — 3 operation(s) for energy.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Energy
properties:
- type: OpenAPI
url: openapi/clevergy-energy-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-energy-communities-api
name: Clevergy Energy communities API
description: The Energy communities API from Clevergy — 3 operation(s) for energy communities.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Energy communities
properties:
- type: OpenAPI
url: openapi/clevergy-energy-communities-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-equipments-api
name: Clevergy Equipments API
description: The Equipments API from Clevergy — 5 operation(s) for equipments.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Equipments
properties:
- type: OpenAPI
url: openapi/clevergy-equipments-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-houses-api
name: Clevergy Houses API
description: The Houses API from Clevergy — 6 operation(s) for houses.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Houses
properties:
- type: OpenAPI
url: openapi/clevergy-houses-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-integrations-api
name: Clevergy Integrations API
description: The Integrations API from Clevergy — 4 operation(s) for integrations.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Integration
tags_raw:
- Integrations
properties:
- type: OpenAPI
url: openapi/clevergy-integrations-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-invoices-api
name: Clevergy Invoices API
description: The Invoices API from Clevergy — 5 operation(s) for invoices.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Invoices
properties:
- type: OpenAPI
url: openapi/clevergy-invoices-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-invoices-deprecated-api
name: Clevergy Invoices - Deprecated API
description: The Invoices - Deprecated API from Clevergy — 2 operation(s) for invoices - deprecated.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Invoices - Deprecated
properties:
- type: OpenAPI
url: openapi/clevergy-invoices-deprecated-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-power-api
name: Clevergy Power API
description: The Power API from Clevergy — 1 operation(s) for power.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Power
properties:
- type: OpenAPI
url: openapi/clevergy-power-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-sales-opportunities-api
name: Clevergy Sales Opportunities API
description: The Sales Opportunities API from Clevergy — 3 operation(s) for sales opportunities.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Sales Opportunities
properties:
- type: OpenAPI
url: openapi/clevergy-sales-opportunities-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-settings-api
name: Clevergy Settings API
description: The Settings API from Clevergy — 1 operation(s) for settings.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Settings
properties:
- type: OpenAPI
url: openapi/clevergy-settings-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-tariffs-api
name: Clevergy Tariffs API
description: The Tariffs API from Clevergy — 4 operation(s) for tariffs.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Tariffs
properties:
- type: OpenAPI
url: openapi/clevergy-tariffs-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-tickets-api
name: Clevergy Tickets API
description: The Tickets API from Clevergy — 3 operation(s) for tickets.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Tickets
properties:
- type: OpenAPI
url: openapi/clevergy-tickets-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-tips-api
name: Clevergy Tips API
description: The Tips API from Clevergy — 1 operation(s) for tips.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Tips
properties:
- type: OpenAPI
url: openapi/clevergy-tips-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-users-api
name: Clevergy Users API
description: The Users API from Clevergy — 6 operation(s) for users.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- User
tags_raw:
- Users
properties:
- type: OpenAPI
url: openapi/clevergy-users-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-virtual-battery-api
name: Clevergy Virtual battery API
description: The Virtual battery API from Clevergy — 1 operation(s) for virtual battery.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Virtual battery
properties:
- type: OpenAPI
url: openapi/clevergy-virtual-battery-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
- aid: clevergy:clevergy-virtual-wallet-api
name: Clevergy Virtual wallet API
description: The Virtual wallet API from Clevergy — 1 operation(s) for virtual wallet.
humanURL: https://docs.clever.gy/connect-api/clevergy-connect-api
baseURL: https://connect.clever.gy
tags:
- Virtual wallet
properties:
- type: OpenAPI
url: openapi/clevergy-virtual-wallet-api-openapi.yml
- type: Documentation
url: https://docs.clever.gy/developer
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: Authentication
url: authentication/clevergy-authentication.yml
- type: Conventions
url: conventions/clevergy-conventions.yml
- type: ErrorCatalog
url: errors/clevergy-problem-types.yml
- type: DataModel
url: data-model/clevergy-data-model.yml
- type: Lifecycle
url: lifecycle/clevergy-lifecycle.yml
- type: RateLimits
url: rate-limits/clevergy-rate-limits.yml
- type: Conformance
url: conformance/clevergy-conformance.yml
- type: Webhooks
url: asyncapi/clevergy-webhooks.yml
- type: Postman
url: https://www.postman.com/clevergy/clevergy-public-workspace
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: Overlay
url: overlays/clevergy-connect-api-overlay.yaml
- type: Website
url: https://clever.gy/en/
- type: DeveloperPortal
url: https://docs.clever.gy/developer
- type: Documentation
url: https://docs.clever.gy/
- type: APIReference
url: https://docs.clever.gy/connect-api/clevergy-connect-api
- type: GettingStarted
url: https://docs.clever.gy/developer/getting-started/authentication
- type: Support
url: https://clever.gy/en/contacto/
- type: HelpCenter
url: https://docs.clever.gy/helpdesk
- type: Blog
url: https://clever.gy/en/blog/
- type: GitHubOrganization
url: https://github.com/Clevergy
- type: Login
url: https://portal.clever.gy/
- type: SignUp
url: https://clever.gy/en/demo/
- type: TermsOfService
url: https://clever.gy/en/terms-conditions-web/
- type: PrivacyPolicy
url: https://clever.gy/en/politica-de-
# --- truncated at 32 KB (33 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/clevergy/refs/heads/main/apis.yml
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/clevergy"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/clevergy/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/clevergy/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.