Settings

Operator controls

Human approval stays required. Autonomous mode is architected and forced off in this version.

Analysis

Transmit corpus to external AI

When on, analysis jobs may send clipped corpus text to the configured provider.

Require token for agent API

Optional gate for /api/v1. Off for the first operator preview.

Approval gates

  • mergeRequired
  • deploymentRequired
  • destructiveRequired
  • permissionsRequired
  • registrationRequired
  • build initiationRequired
  • capability approvalRequired
  • specification approvalRequired

Autonomous mode exists as a future switch and cannot skip these gates in v1.

Agent API token
e0a32976d9294ef5886cf3c2b8627bfa

Ingestion adapters

APIs

APIs adapter is specified but not implemented.

Per-API adapter, auth, rate limits, pagination, provenance headers.

Contract
ChatGPT export

ChatGPT export adapter is specified but not implemented.

ZIP/JSON conversation export parser, attachment hydration, message ordering.

Contract
Claude conversations

Claude conversations adapter is specified but not implemented.

Export format mapping, project/memory context, artifact extraction.

Contract
Existing applications

Existing applications adapter is specified but not implemented.

Manifest discovery, OpenAPI crawl, runtime health probe.

Contract
Existing specification

Ingest an already-written spec.

Available
Git repositories

Git repositories adapter is specified but not implemented.

Clone/fetch, README + spec discovery, commit provenance.

Contract
Google Drive

Google Drive adapter is specified but not implemented.

OAuth, file listing, MIME handling, change watches.

Contract
Grok conversations

Grok conversations adapter is specified but not implemented.

Conversation export ingest, tool-call traces, image/file references.

Contract
HTML

HTML documents stored as original source.

Text is extracted for analysis; original HTML is kept.

Available
JSON / structured export

JSON documents and conversation-shaped exports.

Recognizes { messages: [{role, content}] }.

Available
Knowledge databases

Knowledge databases adapter is specified but not implemented.

Connector per store (Postgres, graph, vector) plus schema mapping.

Contract
Local filesystem

Local filesystem adapter is specified but not implemented.

Operator-side watcher or import path; not available in the hosted preview.

Contract
Manual research note

Operator-authored research entry.

Available
Markdown

Upload or paste Markdown.

Original Markdown is stored verbatim.

Available
PDF record

Registers a PDF as a corpus item. Binary text extraction is limited in v1.

Do not fake full PDF parsing. Operator may paste extracted text.

Available
Pasted text / conversation

Paste a conversation, note, or document.

Preserves the original paste as corpus.

Available
Plain text

Upload or paste plain text.

Available
README

Project README as corpus.

Available
Research libraries

Research libraries adapter is specified but not implemented.

Citation import (BibTeX/RIS), PDF text, reliability scoring.

Contract
SOVI manifest

YAML/JSON Sovi manifests.

Validated against the Foundry schema.

Available
Sovi corpus

Sovi corpus adapter is specified but not implemented.

Shared corpus API contract once Sovi knowledge services exist.

Contract
URL source record

Stores a URL as a source + corpus stub.

Optional fetch of title; does not scrape sites aggressively.

Available
Web archives

Web archives adapter is specified but not implemented.

Snapshot fetch, WARC/HAR parsing, original URL preservation.

Contract