Quickstart
This guide will get you all set up and ready to use the Pyramid Framework.
Before you can make requests to the Protocol API, you will need to grab your API key from your dashboard. You find it under Settings » API.
Clone the Pyramid Framework
git clone https://github.com/pyramidpy-os/pyramid.git
Install dependencies.
We recommend using uv to manage your dependencies.
cd pyramid
uv venv
source venv/bin/activate
uv sync
Run a local server
fastapi dev