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

# Narya developer-tool integration model

> Narya is an in-development Developer Tool with public HTTP integration over a local Unix socket.

<Badge stroke icon="calendar-days" iconType="regular">September 2, 2026</Badge> <Badge stroke icon="file-code" iconType="regular">Documentation update</Badge> <Badge color="purple" size="lg" stroke icon="eye" iconType="regular">Review recommended</Badge>

## Affects

***

Developers evaluating or building an integration with Narya.

## What changed

***

Narya is now documented as a Developer Tool in active development, separate from Lerian's core banking platform. Its public integration surface is the generated HTTP contract exposed through the host's local Unix socket, which you can use from any language for an out-of-process integration.

Compiled Go extensions remain an internal build mechanism. They are not the public extension surface.

## Impact

***

**Classification: Review recommended.** This documentation update does not make a general-availability commitment.

## What you need to do

***

If you are evaluating an integration, design against the local HTTP contract rather than compiled extensions. Confirm availability and contract stability before relying on it in production.
