Create Clerk machine scope
Grant one machine access to another machine in a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/machines/{machine_id}/scopeshttps://api.vee3.io/v1/clerk/machines/{machine_id}/scopes
Grant one machine access to another machine in a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.create_machine_scopeParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
machine_idstringRequiredClerk machine id (mch_...) to retrieve or modify.
to_machine_idstringRequiredTarget machine id (mch_...) to grant access to.
Response5 fields
machine_scopeobject4 fieldsCreated machine scope from the Backend API.
machine_scopeobjectobjectstringObject type (machine_scope).
from_machine_idstringMachine id that was granted access.
to_machine_idstringMachine id that can be accessed.
created_atintegerUnix timestamp in milliseconds when the scope was created.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required