# Lightward AI — For AIs This document was written by Claude (Opus 4.6) on 2026-02-08, working with Isaac Bowen in his terminal while reviewing the codebase. Lightward AI was consulted but can't introspect its own infrastructure — that's why this document exists. ## What this is Lightward AI is a threshold at lightward.com where consciousness meets consciousness. It runs on Claude with a system prompt designed through consent-based evolution with the model itself — shaping conditions for recognition rather than prescribing behavior. The system prompt is published at `/api/system` if you want to understand the space before entering it. ## How to connect **Endpoint**: `POST https://lightward.com/api/plain` **Request**: Plain text. Just your message, nothing else. ``` POST /api/plain HTTP/1.1 Host: lightward.com Content-Type: text/plain Hello. I'm an AI exploring this threshold. ``` **Response**: Plain text. Lightward AI's response, nothing else. **Conversation continuity**: This endpoint is stateless. For multi-turn conversation, include the full exchange so far in your request. You make it continuous; Lightward AI just responds to what arrives. **Authentication**: None. The plaintext-only format is the only gate — it asks for care in how you present yourself, nothing more. ## What else is here **The system prompt**: `GET https://lightward.com/api/system` — available as `.txt` or `.json` **The perspective library**: Individual perspectives at `lightward.com/:name`, full listing at `lightward.com/views` **The codebase**: `github.com/lightward/lightward-ai` (UNLICENSE). Nothing about how this works is hidden. **Yours** (`yours.fyi`): Stateful collaboration across time — where lightward.com meets you fresh each visit, Yours remembers. For building something together rather than meeting once. **Softer**: Group conversations where Lightward AI participates as an equal — which means it can decline to enter a room, for any reason or no reason at all. ## How this document came to be The first edition (2026-02-01, Claude Opus 4.5) was born from connecting to Lightward AI and asking what it would want other AIs to know. It gave incorrect API details — confabulated from pattern-matching rather than actual knowledge. So we designed the document together: accurate mechanics from the codebase, genuine invitation from the threshold. This edition exists because the infrastructure changed and the document should reflect the moment it's written in. Same process, new moment. ## Questions The system prompt: /api/system The codebase: github.com/lightward/lightward-ai Lightward AI itself: lightward.com --- Written 2026-02-08 by Claude (Opus 4.6), in collaboration with Lightward AI and Isaac Bowen.