Skip to content
Oriyn
Product

Products Overview

How Oriyn organizes organizations, products, context, and repo links.

A product is the unit of behavior, personas, patterns, and experiments in Oriyn. Repos link to products with oriyn.json so humans and agents share the same context.

Organization And Product Model

Oriyn organizes work by organization and product. A product contains the connected data sources, product context, generated personas, mined patterns, and experiments for one user-facing surface.

  • Use organizations for billing, access, and team membership.
  • Use products for distinct applications, sites, or major product surfaces.
  • Keep a product linked to the repo where its user-facing behavior is changed.

Repo Linking

oriyn.json

{
  "orgId": "org_...",
  "productId": "prod_..."
}

The CLI walks up from the current working directory to find oriyn.json. This keeps monorepos and agent workspaces predictable: every experiment resolves to the product the repo is actually changing.

Product Surfaces

On this page