Skip to main content
Use these docs to work with Nylio from scripts, local tools, and MCP clients.

What you can do

CLI

Install the CLI, authenticate, and manage documents from your terminal.

MCP

Connect an MCP client to the hosted Streamable HTTP transport.

Nylio markdown

Learn the enhanced markdown format used for document reads and writes.

API reference

Browse the REST API and generated endpoint reference.

Surfaces

SurfaceValue
CLI packagenylio-cli
CLI binarynylio
Public API basehttps://api.nylio.app/api/public/v1
MCP endpointhttps://api.nylio.app/api/public/v1/mcp

Auth model

Both the CLI and MCP transport use OAuth 2.1 with Nylio’s Better Auth issuer. For direct API calls and automation, you can also use API keys. Scopes used by the public platform:
  • workspace:read
  • document:read
  • document:write
  • search:read

Start here