---
title: Alien Intelligence Knowledge Bundle
description: OKF export of docs.alien.club
---

# Alien Intelligence — Knowledge Bundle

Open Knowledge Format (OKF v0.1) export of the Alien Intelligence documentation (https://docs.alien.club). Each file below is a concept: human- and agent-readable Markdown with YAML frontmatter. Start here, then follow links for progressive disclosure.

## Sections

- [architecture](/architecture/index.md)
- [concepts](/concepts/index.md)
- [guides](/guides/index.md)
- [legal](/legal/index.md)
- [sdk](/sdk/index.md)
- [streaming](/streaming/index.md)
- [support](/support/index.md)
- [workflows](/workflows/index.md)

## API reference

- [Data API (client cluster)](/api/datacluster/index.md)
- [Platform API](/api/platform/index.md)

## Concept types

Every concept declares a `type` in its frontmatter, drawn from this vocabulary:

- `overview` — Top-level entry points and section overviews
- `concept` — Understanding-oriented explanation of a platform concept
- `architecture` — System and design explanation
- `tutorial` — Learning-oriented, end-to-end walkthrough
- `how-to` — Task-oriented, goal-driven steps
- `reference` — Information lookup: formats, syntax, event payloads
- `sdk-reference` — SDK API reference
- `node-reference` — Workflow node reference
- `api-endpoint` — A single HTTP API operation
- `api-schema` — An API request/response data model

