CompanyCam
Photo documentation platform for contractors and field service teams
Tools
| Name | Description |
|---|---|
list_projectsList projects in CompanyCam | List projects in CompanyCam |
create_projectCreate a new project in CompanyCam | Create a new project in CompanyCam |
get_projectRetrieve a CompanyCam project by ID | Retrieve a CompanyCam project by ID |
update_projectUpdate fields on a CompanyCam project | Update fields on a CompanyCam project |
archive_projectArchive a CompanyCam project | Archive a CompanyCam project |
restore_projectRestore an archived CompanyCam project | Restore an archived CompanyCam project |
delete_projectDelete a CompanyCam project | Delete a CompanyCam project |
upload_photoUpload a photo to a project in CompanyCam | Upload a photo to a project in CompanyCam |
list_project_photosList photos for a CompanyCam project | List photos for a CompanyCam project |
get_photoGet a photo by ID from CompanyCam | Get a photo by ID from CompanyCam |
update_photoUpdate fields such as description on a CompanyCam photo | Update fields such as description on a CompanyCam photo |
delete_photoDelete a CompanyCam photo | Delete a CompanyCam photo |
create_tagCreate a new tag in CompanyCam | Create a new tag in CompanyCam |
list_tagsList all CompanyCam tags | List all CompanyCam tags |
update_tagUpdate a CompanyCam tag | Update a CompanyCam tag |
delete_tagDelete a CompanyCam tag | Delete a CompanyCam tag |
add_photo_tagsAdd tags to a CompanyCam photo | Add tags to a CompanyCam photo |
add_photo_commentAdd a comment to a CompanyCam photo | Add a comment to a CompanyCam photo |
list_webhooksList CompanyCam webhooks | List CompanyCam webhooks |
create_webhookCreate a CompanyCam webhook | Create a CompanyCam webhook |
update_webhookUpdate a CompanyCam webhook URL, scopes, or enabled state | Update a CompanyCam webhook URL, scopes, or enabled state |
delete_webhookDelete a CompanyCam webhook | Delete a CompanyCam webhook |
Triggers
| Name | Description |
|---|---|
photo_addedTriggers when a new photo is added to a project in CompanyCam | Triggers when a new photo is added to a project in CompanyCam |
project_createdTriggers when a new project is created in CompanyCam | Triggers when a new project is created in CompanyCam |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('companycam', 'list_projects', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'companycam',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect CompanyCam to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does CompanyCam support?
CompanyCam supports 22 tools including List Projects, Create Project, Get Project, Update Project, Archive Project, and more.
Can I use CompanyCam with AI agents?
Yes. Add CompanyCam to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect CompanyCam to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add CompanyCam as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped CompanyCam tools exposed by that workspace.
Does CompanyCam work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved CompanyCam work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with CompanyCam?
CompanyCam exposes 22 tools, including List Projects, Create Project, Get Project, Update Project, Archive Project, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can CompanyCam be used in stateful agent workflows?
Yes. Agents can combine CompanyCam tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does CompanyCam use?
CompanyCam uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the CompanyCam integration cost?
The CompanyCam integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does CompanyCam support?
CompanyCam supports 2 triggers including Photo Added, Project Created.
Connect CompanyCam in minutes
Get 20,000 free action executions every month. No credit card required.