---
title: "Project and discovery commands"
description: "Look up project initialization and OpenAPI/table discovery command grammar."
canonical: "https://sapporta.com/docs/reference/cli/project-and-discovery-commands/"
---

> Documentation index: https://sapporta.com/llms.txt

## Identity

Local `init` plus API-backed `endpoints` and `tables` command groups.

## Contract

- `sapporta init <name>` creates, installs, migrates, verifies, and commits a new generated workspace.
- `endpoints list` lists mounted OpenAPI operations.
- `endpoints show <METHOD /path>` shows one route's parameters, body, and responses.
- `tables list`, `tables show <table>`, `tables indexes <table>`, and `tables sample <table>` inspect registered schemas and rows.


## Related documentation

- [OpenAPI and endpoint discovery](/docs/guides/discovery/openapi-and-endpoint-discovery.md)
