Dart MCP integration for AI agents.

Connect AI agents to Dart through 6 structured actions, including get config, create task, and delete task. Review authentication, inputs, workflows, and saf…

ACTION CONTRACTS
6
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 Dart integration exposes

The Dart Agent App exposes 6 provider-backed actions for productivity and ai work. Its current contract lets an authorized agent retrieve the authenticated dart workspace configuration and valid task values, create a dart task using the official item wrapper, and move a dart task to trash and return the updated task. 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 Dart account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real Dart capabilities.

Showing 6 of 6 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_configREAD

Retrieve the authenticated Dart workspace configuration and valid task values.

create_taskWRITE

Create a Dart task using the official item wrapper.

INPUTS: item

delete_taskHIGH IMPACT

Move a Dart task to trash and return the updated task.

INPUTS: id

get_taskREAD

Retrieve a Dart task by its ID.

INPUTS: id

list_tasksREAD

List Dart tasks with documented filters, ordering, and pagination.

INPUTS: title / ids / dartboard / dartboard_id / status

update_taskWRITE

Update a Dart task using its item ID and the official item wrapper.

INPUTS: item

INPUT CONTRACTS

Know what the action needs before it runs.

create_task

itemREQUIRED
The task details wrapped by the official Dart create request.

delete_task

idREQUIRED
The 12-character alphanumeric Dart task ID.

get_task

idREQUIRED
The 12-character alphanumeric Dart task ID.

list_tasks

titleOPTIONAL
Filter tasks by title.
idsOPTIONAL
Filter by comma-separated task IDs.
dartboardOPTIONAL
Filter by dartboard title.
dartboard_idOPTIONAL
Filter by dartboard ID.
statusOPTIONAL
Filter by status title.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Config

Retrieve the authenticated Dart workspace configuration and valid task values. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_config

Control Create Task

Create a Dart task using the official item wrapper. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

create_task

Verify with Get Task

Retrieve a Dart task by its ID. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

get_task

SAFETY BOUNDARY

Operate Dart with explicit limits

  • Authorize Dart with API key and grant only the provider access required by the selected actions.
  • 3 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `delete_task` as high-impact operations and require an explicit approval boundary.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Dart rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the Dart task completed successfully.

CONNECTION MODEL

API key

Dart authorization token sent as a Bearer token. Copy it from Dart Settings > Account: https://app.dartai.com/?settings=account.

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
3
WRITE SIGNALS
2
HIGH IMPACT
1
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 Dart.

Official Dart website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS