Huginn website screenshot

Huginn

Huginn is an open-source system for building agents that perform automated tasks online. Self-hosted agents can monitor the web, send and receive events, and trigger workflows. Each Huginn instance exposes a JSON-based HTTP interface (the Web Requests API) that lets external systems trigger scenarios and post events into the platform.

Huginn publishes 2 APIs on the APIs.io network. Tagged areas include Agents, Automation, Open Source, Self-Hosted, and Workflow Automation.

Huginn’s developer surface includes documentation and 5 more developer resources.

19.7/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemium
2 APIs
AgentsAutomationOpen SourceSelf-HostedWorkflow Automation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 19.7/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 1.7 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.1 / 13
Governance 0.0 / 12
Discoverability 5.9 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
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/huginn: 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 2

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

Huginn Platform

The Huginn platform is a self-hosted Ruby on Rails application that orchestrates agents, scenarios, and events. Operators install and run their own instance and configure agents...

Huginn Web Requests API

Each Huginn instance exposes a Web Requests endpoint that lets external systems POST or GET events into a configured Webhook Agent. The endpoint lives at /users/{user_id}/web_re...

Pricing Plans 1

Published pricing tiers and plan structures.

Huginn Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Huginn Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Resources

Documentation 1

Reference material describing how the API behaves

Design & Contract 1

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: huginn
name: Huginn
description: Huginn is an open-source system for building agents that perform automated tasks online. Self-hosted agents can
  monitor the web, send and receive events, and trigger workflows. Each Huginn instance exposes a JSON-based HTTP interface
  (the Web Requests API) that lets external systems trigger scenarios and post events into the platform.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/huginn.png
tags:
- Agents
- Automation
- Open Source
- Self-Hosted
- Workflow Automation
url: https://raw.githubusercontent.com/api-evangelist/huginn/refs/heads/main/apis.yml
created: '2026-03-27'
modified: '2026-04-28'
specificationVersion: '0.19'
apis:
- aid: huginn:huginn-platform
  name: Huginn Platform
  description: The Huginn platform is a self-hosted Ruby on Rails application that orchestrates agents, scenarios, and events.
    Operators install and run their own instance and configure agents to consume and produce events across the web.
  humanURL: https://github.com/huginn/huginn
  tags:
  - Agents
  - Self-Hosted
  - Workflow Automation
  properties:
  - type: Documentation
    url: https://github.com/huginn/huginn/wiki
  - type: GitHubRepository
    url: https://github.com/huginn/huginn
  - type: Installation Guide
    url: https://github.com/huginn/huginn/blob/master/doc/manual/installation.md
  - type: Docker
    url: https://hub.docker.com/r/huginn/huginn
- aid: huginn:huginn-web-requests-api
  name: Huginn Web Requests API
  description: Each Huginn instance exposes a Web Requests endpoint that lets external systems POST or GET events into a configured
    Webhook Agent. The endpoint lives at /users/{user_id}/web_requests/{agent_id}/{secret} on the operator's installed instance
    and is the primary inbound integration surface for Huginn.
  humanURL: https://github.com/huginn/huginn/wiki
  tags:
  - Agents
  - Webhooks
  properties:
  - type: Documentation
    url: https://github.com/huginn/huginn/wiki
  - type: Webhook Agent
    url: https://github.com/huginn/huginn/blob/master/app/models/agents/webhook_agent.rb
common:
- type: Website
  url: https://github.com/huginn/huginn
- type: Documentation
  url: https://github.com/huginn/huginn/wiki
- type: GitHubRepository
  url: https://github.com/huginn/huginn
- type: License
  url: https://github.com/huginn/huginn/blob/master/LICENSE
- type: Issues
  url: https://github.com/huginn/huginn/issues
- type: Rules
  url: https://raw.githubusercontent.com/api-evangelist/huginn/refs/heads/main/huginn-rules.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com