Streamtime MCP integration for AI agents.
Connect AI agents to Streamtime through 14 structured actions, including get company, create company, and create company contact. Review authentication, inpu…
- ACTION CONTRACTS
- 14
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Streamtime integration exposes
The Streamtime Agent App exposes 14 provider-backed actions for productivity and finance work. Its current contract lets an authorized agent get a streamtime company by id, create a company in streamtime for the authenticated organisation, and create a contact under a streamtime company. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Streamtime account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Streamtime capabilities.
Showing 12 of 14 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_companyREADGet a Streamtime company by ID.
INPUTS: companyId
create_companyWRITECreate a company in Streamtime for the authenticated organisation.
INPUTS: name / taxNumber / phone1 / phone2 / websiteAddress
create_company_contactWRITECreate a contact under a Streamtime company.
INPUTS: companyId / firstName / lastName / email / phoneNumber
create_jobWRITECreate a Streamtime job linked to a company, rate card, and optional contact.
INPUTS: companyId / jobLeadUserId / rateCardId / branchId / name
get_contactREADGet a Streamtime contact by ID.
INPUTS: contactId
get_jobREADGet a Streamtime job by ID.
INPUTS: jobId
get_organisationREADGet the authenticated Streamtime organisation details.
list_branchesREADList the Streamtime branches available to the authenticated organisation.
list_company_contactsREADList the contacts that belong to a Streamtime company.
INPUTS: companyId
list_rate_cardsREADList the Streamtime rate cards available to the authenticated organisation.
list_usersREADList the Streamtime users available to the authenticated organisation.
update_companyWRITEUpdate a Streamtime company by ID.
INPUTS: companyId / name / taxNumber / phone1 / phone2
INPUT CONTRACTS
Know what the action needs before it runs.
get_company
companyIdOPTIONAL- The Streamtime company ID.
create_company
nameREQUIRED- The company name.
taxNumberOPTIONAL- The tax, GST, or VAT number for the company.
phone1OPTIONAL- The primary phone number for the company.
phone2OPTIONAL- The secondary phone number for the company.
websiteAddressOPTIONAL- The public website URL for the company.
create_company_contact
companyIdREQUIRED- The Streamtime company ID.
firstNameREQUIRED- The contact first name.
lastNameOPTIONAL- The contact last name.
emailOPTIONAL- The contact email address.
phoneNumberOPTIONAL- The contact phone number.
create_job
companyIdREQUIRED- The Streamtime company ID that owns the job.
jobLeadUserIdOPTIONAL- The Streamtime user ID to assign as the job lead.
rateCardIdREQUIRED- The Streamtime rate card ID to apply to the job.
branchIdOPTIONAL- The Streamtime branch ID for the job.
nameREQUIRED- The job name.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Company
Get a Streamtime company by ID. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_companyControl Create Company
Create a company in Streamtime for the authenticated organisation. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_companyVerify with Get Contact
Get a Streamtime contact by ID. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_contactSAFETY BOUNDARY
Operate Streamtime with explicit limits
- Authorize Streamtime with API key and grant only the provider access required by the selected actions.
- 6 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Streamtime rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Streamtime task completed successfully.
CONNECTION MODEL
API key
Streamtime bearer token used with the Authorization header. Request it from the Streamtime App in Company Settings by following the official public API guide: https://help.streamtime.net/en/articles/12854233-using-the-streamtime-public-api.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 8
- WRITE SIGNALS
- 6
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Streamtime.