Integrate Project Feed with your tools and workflows. Build custom integrations, automate posts, and access your data programmatically.
https://projectfeed.app/api/v1All endpoints are relative to this base URL. Requests must use HTTPS.
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_your_api_key"Read the Authentication Guide for scopes, key rotation, and security best practices.