GitHub Actions deploy
Automatically publish markdown files to Sitepaste whenever you push to your repository. The deploy action syncs a directory of markdown files and …

Automatically publish markdown files to Sitepaste whenever you push to your repository. The deploy action syncs a directory of markdown files and …
Publish markdown files to Sitepaste directly from Obsidian. The plugin handles single files and entire folders, with a confirmation step before …
The API uses bearer token authentication. Tokens are scoped to your workspace and grant access to all sites within it. Creating a token Log in to your …
The pages API lets you create, update, list, and delete pages. The POST /pages endpoint is the primary entry point. It accepts one or many pages, …
There are two ways to upload media through the API: inline with a page request, or as a standalone upload. Inline media When creating pages with POST …
After creating or updating pages, trigger a build to publish your changes. You can trigger a build as part of a POST /pages request using …
Practical examples for common API workflows. Publish a single page The simplest case. Create a page and build in one request: curl -X POST …