---
title: nullplatform documentation
description: Documentation for nullplatform, the AI Internal Developer Platform that governs everyone
  who ships code in your organization, developers, AI agents, and business users, under your rules
  and on your own stack.
canonical: https://docs.nullplatform.com/
---

# Nullplatform docs

> Build faster with nullplatform. Docs, tutorials, changelog, and API reference together in one home.

This is the markdown twin of <https://docs.nullplatform.com/>, for readers that prefer markdown
over HTML. Every documentation page has one: append `.md` to its URL.

## About nullplatform

nullplatform is the AI Internal Developer Platform. It governs everyone and everything that ships code
in your organization: developers, AI agents, and business users, always under your rules and on your
own stack. Your standards become checks that run on every change, so whoever ships does it fast,
autonomously, and safely, with full traceability.

## Start here

- [Getting started](https://docs.nullplatform.com/docs/getting-started): how the platform is
  organized, what to explore, and learning paths for developers and DevOps engineers.
- [Nullplatform Resource Name (NRN)](https://docs.nullplatform.com/docs/NRN): the hierarchical
  identifier that addresses every entity in the platform. Most API and permission errors come
  from getting this string wrong, so read it before calling anything.

## Sections

- **Product fundamentals**: [/docs/getting-started](https://docs.nullplatform.com/docs/getting-started).
  Navigate nullplatform from first login to advanced configuration.
- **Governance & AI**: [/docs/governance-ai/](https://docs.nullplatform.com/docs/governance-ai/).
  See what happens across your organization, detect issues, and trigger fixes using
  plain-language prompts, approvals, and automation.
- **Tutorials**: [/docs/tutorials/](https://docs.nullplatform.com/docs/tutorials/). Hands-on,
  copy-pastable walkthroughs, from deploying scopes to automating governance.
- **Changelog**: [/changelog](https://docs.nullplatform.com/changelog). Platform updates and
  stable releases of the CLI, the agent, and scopes.
- **API reference**: [/docs/api-getting-started](https://docs.nullplatform.com/docs/api-getting-started).
  The REST and CLI surfaces, the authentication model, and examples.

## For agents

- [llms.txt](https://docs.nullplatform.com/llms.txt): navigation index for this whole site,
  grouped by product area, with a "when to use this" section. **Start here.**
- [llms-full.txt](https://docs.nullplatform.com/llms-full.txt): every page concatenated, each
  one carrying its source URL.
- [llms-api.txt](https://docs.nullplatform.com/llms-api.txt): all REST API endpoint pages.
- [openapi.yaml](https://docs.nullplatform.com/openapi.yaml): the machine-readable API contract.
- REST API at `https://api.nullplatform.com`, CLI `np`, and the `@nullplatform/mcp` MCP server
  on npm.

## Support

Reach us through your organization's Slack channel or the
[service desk portal](https://nullplatform.atlassian.net/servicedesk/customer/portals).
See [/docs/support](https://docs.nullplatform.com/docs/support).
