Haekka website screenshot

Haekka

Haekka is a Slack-native microlearning and security-awareness training platform that delivers short, timely training inside Slack to improve knowledge, compliance, and team performance. Core products include Training, Streams (auto-drip microlearning), Workflows (event-triggered training assignment), Pulse Engagements (surveys, quizzes, announcements), and a Phishing simulator with a Gmail Chrome extension. Haekka's catalog maps to SOC 2, HIPAA, GDPR, and PCI training requirements and integrates with Slack, Google Workspace, and HRIS/LMS/IAM systems. Its Public REST API exposes employees, trainings, and employee-training completion records plus training assignment, secured with a bearer API key generated in account settings.

Haekka publishes 3 APIs on the APIs.io network: Employee Trainings API, Employees API, and Trainings API. Tagged areas include Company, Security Awareness Training, Compliance Training, Microlearning, and Slack.

Haekka’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, changelog, and 22 more developer resources.

53.5/100 developing ▬ flat Agent 54/100 agent ready Full breakdown ↓
scored 2026-07-27 · rubric v0.5
AccessSelf serve
3 APIs
CompanySecurity Awareness TrainingCompliance TrainingMicrolearningSlackPhishing SimulationEmployee TrainingHIPAASOC 2API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-27 · rubric v0.5
Composite quality — 53.5/100 · developing
Contract Quality 15.1 / 25
Developer Ergonomics 11.7 / 20
Commercial Clarity 10.5 / 20
Operational Transparency 6.2 / 13
Governance 0.0 / 12
Discoverability 10.0 / 10
Agent readiness — 54/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/haekka: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

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

Haekka Employee Trainings API

Per-employee training assignments and completion state.

Haekka Employees API

Company employees enrolled in Haekka.

Haekka Trainings API

Training courses configured for the company.

Arazzo Workflows 3

Multi-step API workflows described with the Arazzo specification.

_Index

ARAZZO

Assign a Haekka training to employees

List trainings and active employees, then assign a training and confirm the assignment.

ARAZZO

Sync a Haekka employee-training completion

Read an employee-training record and update its completion state, then confirm.

ARAZZO

Security Posture 4

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

Haekka Authentication

http · 1 scheme

SECURITY

Haekka Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Haekka Vulnerability Disclosure

disclosure policy published

SECURITY

Haekka Trust Center

trust center published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Haekka Agentic Access

8 operations · 2 acting

8 operations · 2 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Operate 3

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: haekka
name: Haekka
description: Haekka is a Slack-native microlearning and security-awareness training platform that delivers short, timely training
  inside Slack to improve knowledge, compliance, and team performance. Core products include Training, Streams (auto-drip
  microlearning), Workflows (event-triggered training assignment), Pulse Engagements (surveys, quizzes, announcements), and
  a Phishing simulator with a Gmail Chrome extension. Haekka's catalog maps to SOC 2, HIPAA, GDPR, and PCI training requirements
  and integrates with Slack, Google Workspace, and HRIS/LMS/IAM systems. Its Public REST API exposes employees, trainings,
  and employee-training completion records plus training assignment, secured with a bearer API key generated in account settings.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://cdn.prod.website-files.com/63614de03f02a69460a3de25/63614e1362ff9e6729e56195_HKA--logo-color-white.svg
url: https://raw.githubusercontent.com/api-evangelist/haekka/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- techstars
x-acquired-by: Hook Security Inc.
x-tier: enriched
x-tier-reason: enrichment-pass
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Security Awareness Training
- Compliance Training
- Microlearning
- Slack
- Phishing Simulation
- Employee Training
- HIPAA
- SOC 2
- API
apis:
- aid: haekka:haekka-employee-trainings-api
  name: Haekka Employee Trainings API
  description: Per-employee training assignments and completion state.
  humanURL: https://www.haekka.com/documentation/haekka-public-api-documentation
  baseURL: https://app.haekka.com/api/public
  tags:
  - Employee Trainings
  properties:
  - type: OpenAPI
    url: openapi/haekka-employee-trainings-api-openapi.yml
- aid: haekka:haekka-employees-api
  name: Haekka Employees API
  description: Company employees enrolled in Haekka.
  humanURL: https://www.haekka.com/documentation/haekka-public-api-documentation
  baseURL: https://app.haekka.com/api/public
  tags:
  - Employees
  properties:
  - type: OpenAPI
    url: openapi/haekka-employees-api-openapi.yml
- aid: haekka:haekka-trainings-api
  name: Haekka Trainings API
  description: Training courses configured for the company.
  humanURL: https://www.haekka.com/documentation/haekka-public-api-documentation
  baseURL: https://app.haekka.com/api/public
  tags:
  - Trainings
  properties:
  - type: OpenAPI
    url: openapi/haekka-trainings-api-openapi.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://haekka.com/
- type: DeveloperPortal
  url: https://www.haekka.com/documentation
- type: Documentation
  url: https://www.haekka.com/documentation
- type: APIReference
  url: https://www.haekka.com/documentation/haekka-public-api-documentation
- type: GettingStarted
  url: https://www.haekka.com/documentation/installing-and-using-haekka
- type: Support
  url: https://www.haekka.com/support
- type: Blog
  url: https://www.haekka.com/blog
- type: Pricing
  url: https://www.haekka.com/pricing
- type: Login
  url: https://dashboard.haekka.com
- type: TermsOfService
  url: https://www.haekka.com/terms-of-service
- type: PrivacyPolicy
  url: https://www.haekka.com/privacy-policy
- type: GitHubOrganization
  url: https://github.com/haekka
- type: StatusPage
  url: https://status.haekka.com/
- type: Security
  url: https://www.haekka.com/security
- type: LLMsTxt
  url: llms/haekka-llms.txt
- type: ChangeLog
  url: changelog/haekka-changelog.yml
- type: Lifecycle
  url: lifecycle/haekka-lifecycle.yml
- type: Conventions
  url: conventions/haekka-conventions.yml
- type: Conformance
  url: conformance/haekka-conformance.yml
- type: ErrorCatalog
  url: errors/haekka-problem-types.yml
- type: DataModel
  url: data-model/haekka-data-model.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Arazzo
  name: Assign a Haekka training to employees
  url: arazzo/haekka-assign-training.yml
- type: Arazzo
  name: Sync a Haekka employee-training completion
  url: arazzo/haekka-sync-completion.yml
- type: Authentication
  url: authentication/haekka-authentication.yml
- type: AgenticAccess
  url: agentic-access/haekka-agentic-access.yml
- type: DomainSecurity
  url: security/haekka-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/haekka-vulnerability-disclosure.yml
- type: TrustCenter
  url: security/haekka-trust-center.yml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence