Skip to content

REST API Overview

Coming soon

Full REST API documentation is in progress. For now, the recommended integration path is via MCP.


Base URL

https://scout.primerfp.com/api/

Authentication

All API calls require a valid session cookie (web) or Bearer token (API clients). MCP clients use X-PrimeRFP-Key header — see MCP Getting Started.


Available endpoints (summary)

Method Path Description
GET /api/mcp-keys List your MCP API keys
POST /api/mcp-keys Create a new MCP API key
DELETE /api/mcp-keys/<id> Revoke an MCP API key
PATCH /api/mcp-keys/<id> Rename an MCP API key

Full endpoint documentation coming soon.