Codehooks website screenshot

Codehooks

Codehooks is a JavaScript-native serverless backend platform that bundles a NoSQL document database, key-value store, persistent queues with workers, CRON jobs, blob storage, frontend hosting, and an automatic CRUD REST API in a single CLI-deployable runtime. Developers write small Node.js handler files and Codehooks generates a secure REST API, OpenAPI documentation, and event hooks (onBefore/onAfter Create/Read/Update/Delete) without managing servers. The platform targets agent-native and AI backend use cases where simple, fast, MongoDB-style data access and event-driven automation matter.

Codehooks publishes 4 APIs on the APIs.io network, including Events (AsyncAPI), Documents API, Key-Value Store API, and 1 more. Tagged areas include Backend, Database, Events, Hooks, and JavaScript.

The Codehooks catalog on APIs.io includes 1 event-driven AsyncAPI specification, 1 JSON-LD context, and 3 Spectral governance rulesets.

Codehooks’ developer surface includes authentication, documentation, getting-started guide, engineering blog, pricing, GitHub presence, and 13 more developer resources.

56.4/100 strong ▬ flat Agent 36/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemiumSelf serve⚡ Free to try
4 APIs
BackendDatabaseEventsHooksJavaScriptNoSQLQueuesServerlessWebhooksWorkersWorkflows

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 56.4/100 · strong
Contract Quality 18.6 / 25
Developer Ergonomics 6.5 / 20
Commercial Clarity 14.2 / 20
Operational Transparency 4.8 / 13
Governance 5.7 / 12
Discoverability 6.5 / 10
Agent readiness — 36/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 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/codehooks: 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 4

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

Codehooks Events (AsyncAPI)

Asynchronous CRUD lifecycle hooks (onBeforeCreate, onAfterCreate, onBeforeRead, onAfterRead, onBeforeUpdate, onAfterUpdate, onBeforeDelete, onAfterDelete) and queue worker proce...

Codehooks Documents API

CRUD operations on NoSQL collection documents

Codehooks Key-Value Store API

Fast key-value storage with optional TTL for caching and lookups

Codehooks Queue API

Asynchronous job queue for worker processing

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Codehooks Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Codehooks Events API

Asynchronous event API for Codehooks serverless backend hooks and queue workers. Covers CRUD lifecycle hooks triggered on collection document operations and asynchronous queue w...

ASYNCAPI

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Codehooks Context

3 classes · 12 properties

JSON-LD

Spectral Rules 3

Spectral governance rulesets for linting and validating these APIs.

Codehooks API Rules

7 rules · 1 errors 5 warnings 1 info

SPECTRAL

Codehooks API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Codehooks API Rules

10 rules · 4 errors 3 warnings 3 info

SPECTRAL

JSON Schema 3

Standalone JSON Schema definitions for this provider's data models.

Codehooks Document

3 properties

JSON SCHEMA

Codehooks Key-Value Entry

3 properties

JSON SCHEMA

Codehooks Queue Job

6 properties

JSON SCHEMA

Security Posture 2

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

Codehooks Authentication

apiKey/http · 2 schemes

SECURITY

Codehooks Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

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

Codehooks Agentic Access

15 operations · 11 acting

15 operations · 11 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: codehooks
url: https://raw.githubusercontent.com/api-evangelist/codehooks/refs/heads/main/apis.yml
name: Codehooks
tags:
- Backend
- Database
- Events
- Hooks
- JavaScript
- NoSQL
- Queues
- Serverless
- Webhooks
- Workers
- Workflows
type: Index
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/codehooks.png
access: 3rd-Party
kind: company
created: '2025-02-08'
modified: '2026-05-19'
position: Consumer
description: Codehooks is a JavaScript-native serverless backend platform that bundles a NoSQL document database, key-value
  store, persistent queues with workers, CRON jobs, blob storage, frontend hosting, and an automatic CRUD REST API in a single
  CLI-deployable runtime. Developers write small Node.js handler files and Codehooks generates a secure REST API, OpenAPI
  documentation, and event hooks (onBefore/onAfter Create/Read/Update/Delete) without managing servers. The platform targets
  agent-native and AI backend use cases where simple, fast, MongoDB-style data access and event-driven automation matter.
apis:
- aid: codehooks:codehooks-events
  name: Codehooks Events (AsyncAPI)
  tags:
  - Async
  - Events
  - Hooks
  - Lifecycle
  - Queues
  - Workers
  humanURL: https://codehooks.io/docs/hooks-and-workers
  properties:
  - url: https://codehooks.io/docs/hooks-and-workers
    type: Documentation
  - url: asyncapi/codehooks-events-asyncapi.yml
    type: AsyncAPI
  description: Asynchronous CRUD lifecycle hooks (onBeforeCreate, onAfterCreate, onBeforeRead, onAfterRead, onBeforeUpdate,
    onAfterUpdate, onBeforeDelete, onAfterDelete) and queue worker processing (onQueueJob) for serverless backend operations.
    AsyncAPI describes these as event-driven channels backed by an internal pub/sub and persistent queue runtime.
  x-features:
  - Eight CRUD lifecycle hooks (before/after for each verb)
  - Queue worker (onQueueJob) for deferred work
  - Automatic retry and persistent state on workers
  - CRON-triggered jobs with multi-schedule support
  - Stateful workflow orchestration
  x-use-cases:
  - Validation and transformation on writes
  - Audit logging and outbound webhooks
  - PDF/email generation deferred to a worker
  - AI inference pipelines triggered after document creation
  - Scheduled batch jobs (CRON)
- aid: codehooks:codehooks-documents-api
  name: Codehooks Documents API
  description: CRUD operations on NoSQL collection documents
  humanURL: https://codehooks.io/docs/
  baseURL: https://{projectId}.api.codehooks.io/{space}
  tags:
  - Documents
  properties:
  - type: OpenAPI
    url: openapi/codehooks-documents-api-openapi.yml
  - type: Documentation
    url: https://codehooks.io/docs/
  - type: APIReference
    url: https://codehooks.io/docs/restapi
- aid: codehooks:codehooks-key-value-store-api
  name: Codehooks Key-Value Store API
  description: Fast key-value storage with optional TTL for caching and lookups
  humanURL: https://codehooks.io/docs/
  baseURL: https://{projectId}.api.codehooks.io/{space}
  tags:
  - Key-Value Store
  properties:
  - type: OpenAPI
    url: openapi/codehooks-key-value-store-api-openapi.yml
  - type: Documentation
    url: https://codehooks.io/docs/
  - type: APIReference
    url: https://codehooks.io/docs/restapi
- aid: codehooks:codehooks-queue-api
  name: Codehooks Queue API
  description: Asynchronous job queue for worker processing
  humanURL: https://codehooks.io/docs/
  baseURL: https://{projectId}.api.codehooks.io/{space}
  tags:
  - Queue
  properties:
  - type: OpenAPI
    url: openapi/codehooks-queue-api-openapi.yml
  - type: Documentation
    url: https://codehooks.io/docs/
  - type: APIReference
    url: https://codehooks.io/docs/restapi
common:
- type: AgenticAccess
  url: agentic-access/codehooks-agentic-access.yml
- type: DomainSecurity
  url: security/codehooks-domain-security.yml
- type: Authentication
  url: authentication/codehooks-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/codehooks-io
- type: Website
  url: https://codehooks.io/
- type: Documentation
  url: https://codehooks.io/docs/
- type: GettingStarted
  url: https://codehooks.io/docs/quickstart-cli
- type: Blog
  url: https://codehooks.io/blog
- type: Pricing
  url: https://codehooks.io/#pricing
- type: GitHub
  url: https://github.com/RestDB
- type: NPMPackage
  url: https://www.npmjs.com/package/codehooks-js
- type: TermsOfService
  url: https://codehooks.io/terms
- type: PrivacyPolicy
  url: https://codehooks.io/privacy
- url: json-ld/codehooks-context.jsonld
  type: JSONLD
- url: json-schema/codehooks-document-schema.json
  type: JSONSchema
- url: json-schema/codehooks-key-value-schema.json
  type: JSONSchema
- url: json-schema/codehooks-queue-job-schema.json
  type: JSONSchema
- url: rules/codehooks-rules.yml
  type: Spectral
- type: LlmsText
  url: https://codehooks.io/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
specificationVersion: '0.19'