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
| Surface | Value |
|---|---|
| CLI package | nylio-cli |
| CLI binary | nylio |
| Public API base | https://api.nylio.app/api/public/v1 |
| MCP endpoint | https://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:readdocument:readdocument:writesearch:read
Start here
- To automate Nylio from a terminal, start with the CLI overview.
- To connect an MCP client, start with the MCP overview.
- To read or write document bodies, read the Nylio markdown guide before using document write tools.