> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usealmanac.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations and Wikis

> Understand Almanac's ownership and knowledge boundaries.

An Organization is the administrative boundary. Its Wiki is the knowledge boundary.

```text theme={"theme":{"light":"github-light","dark":"vesper"}}
Organization
├── members, billing, API keys
└── Wiki
    ├── sources
    ├── pages
    └── jobs
```

## Organization

Organizations own membership, plans, API keys, and one Wiki. API keys are
scoped to an Organization; their permissions determine which operations they can
perform there.

## Wiki

A wiki contains one source library, a readable page tree, topics, and job history.
It is part of its Organization rather than a second selectable scope. CLI,
CLI and web users choose an Organization; Almanac resolves its Wiki.
Direct REST routes use the Organization ID. A local `.almanac.yaml` only points
to the hosted Organization; it does not store the Wiki locally.

Apply this model in [Link an Organization](/guides/create-select-wiki), or read
[Slugs, IDs, and paths](/concepts/identifiers) for the boundary between surfaces.
