API Documentation

Integrate Project Feed with your tools and workflows. Build custom integrations, automate posts, and access your data programmatically.

Base URL

https://projectfeed.app/api/v1

All endpoints are relative to this base URL. Requests must use HTTPS.

Quick Start

1Generate an API key from your workspace developer settings.
2Include the key in the Authorization header as a Bearer token.
3Make your first request to list projects.
curl https://projectfeed.app/api/v1/projects \
  -H "Authorization: Bearer pf_live_YOUR_API_KEY"

Read the Authentication Guide for scopes, key rotation, and security best practices.