Use the CompanyCam Core API to pull and upload jobsite photo documentation for a roofing/gutter/fencing project
domain: docs.companycam.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Confirm your CompanyCam plan includes API access (Pro, Premium, or Elite) and that you have the Admin role required to generate credentials
Generate a personal access token at app.companycam.com/access_tokens for single-account use, or implement the OAuth 2.0 flow (docs.companycam.com/docs/oauth) if you're building an integration to publish to other CompanyCam users
Call the API with the token in the Authorization header as a Bearer token, e.g. `curl --request GET --url https://api.companycam.com/v2/projects --header 'Authorization: Bearer [API_TOKEN]'`
Use the Projects and Photos endpoints to create a project for a job, then upload/read/update photos tied to that project
Import the official Postman collection (linked from the CompanyCam OpenAPI spec repo) or the OpenAPI YAML file to scaffold requests quickly instead of hand-building calls
Watch published rate limits (docs.companycam.com/docs/rate-limits) and use webhooks (docs.companycam.com/docs/webhooks-1) instead of polling if you need near-real-time photo/project updates
Known gotchas
Personal access tokens are appropriate only for single-account integrations; if you intend to distribute the integration to other CompanyCam customers, CompanyCam requires the OAuth 2.0 flow instead — using a personal token for a multi-tenant integration is against their partner model
API access is gated by subscription tier (Pro/Premium/Elite) and requires the Admin role — a standard user login cannot generate an API token
This is a real, current, self-serve REST API (unlike most roofing-supplier APIs in this cluster, which are sales-gated) — don't assume it requires a partnership application the way AccuLynx's Advanced API does
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?