Origin Energy Kraken GraphQL API

The primary Kraken platform API for Origin Energy accounts, agreements, meter points, readings, payments, quotes and devices. Served at https://api.origin-kraken.energy/v1/graphql/ with a browser GraphQL IDE at the same URL. Verified on 2026-07-27 — an anonymous POST with the query {__schema{queryType{name}}} returned HTTP 200 and introspection is enabled, while data queries return the KT-CT-1112 AUTHORIZATION error until a bearer token is supplied. The documented usage constraints are a per-request complexity limit of 550 and an hourly points allowance, with cursor pagination capped at first=100.

Documentation

Other Resources

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/origin-energy-kraken-graphql-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: origin-energy:origin-energy-kraken-graphql-api
name: Origin Energy Kraken GraphQL API
description: The primary Kraken platform API for Origin Energy accounts, agreements, meter points, readings,
  payments, quotes and devices. Served at https://api.origin-kraken.energy/v1/graphql/ with a browser
  GraphQL IDE at the same URL. Verified on 2026-07-27 — an anonymous POST with the query {__schema{queryType{name}}}
  returned HTTP 200 and introspection is enabled, while data queries return the KT-CT-1112 AUTHORIZATION
  error until a bearer token is supplied. The documented usage constraints are a per-request complexity
  limit of 550 and an hourly points allowance, with cursor pagination capped at first=100.
humanURL: https://developer.origin-kraken.energy/graphql/
baseURL: https://api.origin-kraken.energy/v1/graphql/
tags:
- Kraken
- GraphQL
- Account
- Meter Readings
- Payments
tags_raw:
- Kraken
- GraphQL
- Accounts
- Meter Readings
- Payments
properties:
- type: Documentation
  url: https://developer.origin-kraken.energy/graphql/
- type: APIReference
  url: https://developer.origin-kraken.energy/graphql/reference/
- type: GettingStarted
  url: https://developer.origin-kraken.energy/graphql/guides/basics/
- type: ChangeLog
  url: https://developer.origin-kraken.energy/graphql/changelog/
- type: Errors
  url: https://developer.origin-kraken.energy/graphql/reference/error-codes/
- type: GraphQL
  url: graphql/origin-energy-kraken.graphql
  name: Kraken GraphQL SDL harvested by anonymous introspection — 187 queries, 374 mutations, 2,407 types
- type: ToolCrosswalk
  url: mcp/origin-energy-tool-crosswalk.yml
- type: ErrorCatalog
  url: errors/origin-energy-error-codes.yml
- type: RateLimits
  url: rate-limits/origin-energy-rate-limits.yml
- type: Idempotency
  url: conventions/origin-energy-conventions.yml
- type: Conventions
  url: conventions/origin-energy-conventions.yml
- type: DataModel
  url: data-model/origin-energy-data-model.yml
- type: Authentication
  url: authentication/origin-energy-authentication.yml
- type: OAuthScopes
  url: scopes/origin-energy-scopes.yml
- type: AgentSkill
  url: skills/origin-energy-kraken-graphql-account-operations.md
  name: Operate Origin Energy customer accounts through the Kraken GraphQL API