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

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
- 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