Adobe Workfront is Adobe's enterprise work-management platform for marketing and creative operations — project and portfolio planning, request intake, task and resource management, proofing and approvals, timesheets, financial tracking and reporting — sold in Select, Prime and Ultimate packages. Its developer surface is unusually wide for a work-management vendor: a versioned REST core API at /attask/api (v22.0, 174 objects exposed through an anonymous object-metadata endpoint), the separately versioned Workfront Planning API published as first-party OpenAPI 3.0.1 and 3.1.0 documents on developer.adobe.com, an Event Subscription API that pushes object change events to customer webhook endpoints, a Document Webhooks API third-party document providers implement, and — since June 2026 — a hosted Model Context Protocol server at mcp.workfront.adobe.com exposing 87 documented tools behind OAuth 2.1, plus first-party agent Skills published in the adobe/skills repository.
Adobe Workfront publishes 2 APIs on the APIs.io network: Planning API v2 and Planning API v1. Tagged areas include Company, Work Management, Project Management, Marketing Operations, and Creative Operations.
The Adobe Workfront catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Adobe Workfront’s developer surface includes documentation, API reference, getting-started guide, support, pricing, changelog, CLI, and 31 more developer resources.
The core Workfront REST API. Every object in the system has a URI of the form /attask/api/v22.0/{objCode}/{id}; GET retrieves or searches, POST inserts, PUT edits and DELETE rem...
The Workfront Planning (Maestro) API — workspaces, record types, records, fields, views and permissions — published by Adobe as an OpenAPI 3.1.0 document with 21 paths, 49 opera...
Version 1 of the Workfront Planning API, published by Adobe as an OpenAPI 3.0.1 document covering records, record types and workspaces across 7 paths and 10 operations. Released...
The Workfront webhook/event surface. A system administrator registers a subscription for an object type (objCode) and event type (CREATE, UPDATE, DELETE) with a destination URL ...
Adobe's hosted Model Context Protocol server for Workfront, generally available since June 2026. It exposes 87 documented tools across three families — Approvals (documents, app...
SOC 2 Type 2 (Security, Availability & Confidentiality), SOC 3 (Security, Availability & Confidentiality), ISO 9001:2015, ISO 27001:2022, ISO 27017:2015, ISO 27018:2019, ISO 223...
aid: workfront
name: Adobe Workfront
description: 'Adobe Workfront is Adobe''s enterprise work-management platform for marketing and creative operations — project
and portfolio planning, request intake, task and resource management, proofing and approvals, timesheets, financial tracking
and reporting — sold in Select, Prime and Ultimate packages. Its developer surface is unusually wide for a work-management
vendor: a versioned REST core API at /attask/api (v22.0, 174 objects exposed through an anonymous object-metadata endpoint),
the separately versioned Workfront Planning API published as first-party OpenAPI 3.0.1 and 3.1.0 documents on developer.adobe.com,
an Event Subscription API that pushes object change events to customer webhook endpoints, a Document Webhooks API third-party
document providers implement, and — since June 2026 — a hosted Model Context Protocol server at mcp.workfront.adobe.com
exposing 87 documented tools behind OAuth 2.1, plus first-party agent Skills published in the adobe/skills repository.'
url: https://raw.githubusercontent.com/api-evangelist/workfront/refs/heads/main/apis.yml
image: https://avatars.githubusercontent.com/u/3494194?v=4
x-type: company
x-source: harvest:marketing-integration-graph
specificationVersion: '0.20'
created: '2026-08-12'
modified: '2026-08-12'
tags:
- Company
- Work Management
- Project Management
- Marketing Operations
- Creative Operations
- Collaboration
- Approvals
- Resource Management
- Workflow Automation
- Enterprise Software
- Adobe
- Model Context Protocol
apis:
- aid: workfront:workfront-api
name: Adobe Workfront API
description: The core Workfront REST API. Every object in the system has a URI of the form /attask/api/v22.0/{objCode}/{id};
GET retrieves or searches, POST inserts, PUT edits and DELETE removes. Adobe does not publish an OpenAPI document for
this API — the machine-readable contract is an object-metadata endpoint that returns all 174 objects with their fields,
references, collections, searchable fields, named queries, actions and supported operations, and which answers anonymously
for the public reference instance.
humanURL: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics
baseURL: https://{customer-domain}.my.workfront.adobe.com/attask/api/v22.0
tags:
- Work Management
- Project Management
- REST
properties:
- type: Documentation
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-information/api-general
- type: APIReference
url: https://developersupport.workfront.com/page-api-explorer.html
- type: GettingStarted
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics
- type: ObjectMetadata
url: data-model/workfront-api-v22-object-metadata.json
- type: DataModel
url: data-model/workfront-data-model.yml
- aid: workfront:workfront-planning-api-v2
name: Adobe Workfront Planning API v2
description: The Workfront Planning (Maestro) API — workspaces, record types, records, fields, views and permissions — published
by Adobe as an OpenAPI 3.1.0 document with 21 paths, 49 operations and 74 component schemas. Version 2 shipped May 2026
and adds PATCH, bulk record operations, a permissions surface and RFC-9457-shaped error bodies.
humanURL: https://developer.adobe.com/wf-planning/api/v2
baseURL: https://{customer-domain}/maestro/api
tags:
- Work Management
- Planning
- OpenAPI
properties:
- type: OpenAPI
url: openapi/workfront-planning-v2-openapi.json
- type: Overlay
url: overlays/workfront-planning-v2-overlay.yaml
- type: Documentation
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-planning/adobe-workfront-planning-general-information/planning-api-basics
- type: APIReference
url: https://developer.adobe.com/wf-planning/api/v2
- aid: workfront:workfront-planning-api-v1
name: Adobe Workfront Planning API v1
description: Version 1 of the Workfront Planning API, published by Adobe as an OpenAPI 3.0.1 document covering records,
record types and workspaces across 7 paths and 10 operations. Released July 2024 and still the version the Workfront Planning
connector for Workfront Fusion targets.
humanURL: https://developer.adobe.com/wf-planning/api/v1
baseURL: https://{customer-domain}/maestro/api
tags:
- Work Management
- Planning
- OpenAPI
properties:
- type: OpenAPI
url: openapi/workfront-planning-v1-openapi.json
- type: Overlay
url: overlays/workfront-planning-v1-overlay.yaml
- type: APIReference
url: https://developer.adobe.com/wf-planning/api/v1
- aid: workfront:workfront-event-subscription-api
name: Adobe Workfront Event Subscription API
description: The Workfront webhook/event surface. A system administrator registers a subscription for an object type (objCode)
and event type (CREATE, UPDATE, DELETE) with a destination URL and auth token; Workfront then POSTs a JSON message carrying
oldState, newState and eventTime to that endpoint, typically within one second of the change being logged. 30 object types
are supported.
humanURL: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/event-subscriptions/event-subs-api
baseURL: https://{customer-domain}.my.workfront.adobe.com/attask/eventsubscription/api/v1
tags:
- Webhooks
- Events
- Work Management
properties:
- type: Webhooks
url: asyncapi/workfront-event-subscriptions-webhooks.yml
- type: Documentation
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/event-subscriptions/event-subs-api
- aid: workfront:workfront-mcp-server
name: Adobe Workfront MCP Server
description: Adobe's hosted Model Context Protocol server for Workfront, generally available since June 2026. It exposes
87 documented tools across three families — Approvals (documents, approval workflows, reminders, templates, lookups),
Planning (workspaces, record types, records, fields, views, templates) and Workflow/Insights (generic object CRUD and
reporting over the core API) — to any MCP-compatible agent. Access is OAuth 2.1 with PKCE and dynamic client registration
against Adobe IMS; a Workfront administrator must enable MCP access for the instance first.
humanURL: https://experienceleague.adobe.com/en/docs/workfront/using/basics/workfront-mcp-server/workfront-mcp-server-overview
baseURL: https://mcp.workfront.adobe.com/mcp/v1/workfront
tags:
- Model Context Protocol
- Agents
- Work Management
properties:
- type: MCPServer
url: mcp/workfront-mcp.yml
- type: ToolCrosswalk
url: mcp/workfront-tool-crosswalk.yml
- type: Documentation
url: https://experienceleague.adobe.com/en/docs/workfront/using/basics/workfront-mcp-server/workfront-mcp-server-tools
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
- FN: APIs.json
email: info@apis.io
common:
- type: AgenticAccess
url: agentic-access/workfront-agentic-access.yml
- type: Website
url: https://business.adobe.com/products/workfront/main.html
- type: DeveloperPortal
url: https://developer.adobe.com/wf-planning
- type: Documentation
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/workfront-api
- type: APIReference
url: https://developersupport.workfront.com/page-api-explorer.html
- type: GettingStarted
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-general-information/api-basics
- type: Support
url: https://experienceleaguecommunities.adobe.com/t5/workfront/ct-p/workfront-community
- type: GitHubOrganization
url: https://github.com/Workfront
- type: Pricing
url: https://business.adobe.com/products/workfront/pricing.html
- type: TermsOfService
url: https://www.adobe.com/legal/terms.html
- type: PrivacyPolicy
url: https://www.adobe.com/privacy/policy.html
- type: StatusPage
url: https://status.adobe.com/
- type: Deprecation
url: https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-api/api-notes/api-version-support-schedule
- type: ChangeLog
url: https://experienceleague.adobe.com/en/docs/workfront/using/product-announcements/product-releases/product-releases
- type: Security
url: https://helpx.adobe.com/security.html
- type: Compliance
url: https://www.adobe.com/trust/compliance/compliance-list.html
- type: TrustCenter
url: https://www.adobe.com/trust.html
- type: SDKs
url: packages/workfront-packages.yml
- type: Packages
url: packages/workfront-packages.yml
- type: CLI
url: cli/workfront-cli.yml
- type: Components
url: components/workfront-components.yml
- type: Sandbox
url: sandbox/workfront-sandbox.yml
- type: Authentication
url: authentication/workfront-authentication.yml
- type: OAuthScopes
url: scopes/workfront-scopes.yml
- type: Conventions
url: conventions/workfront-conventions.yml
- type: ErrorCatalog
url: errors/workfront-problem-types.yml
- type: Lifecycle
url: lifecycle/workfront-lifecycle.yml
- type: RateLimits
url: rate-limits/workfront-rate-limits.yml
- type: Plans
url: plans/workfront-plans-pricing.yml
- type: ChangeLog
url: changelog/workfront-changelog.yml
- type: Conformance
url: conformance/workfront-conformance.yml
- type: DomainSecurity
url: security/workfront-domain-security.yml
- type: VulnerabilityDisclosure
url: security/workfront-vulnerability-disclosure.yml
- type: WellKnown
url: well-known/workfront-well-known.yml
- type: SecurityTxt
url: well-known/workfront-security.txt
- type: LLMsTxt
url: llms/workfront-llms.txt
- type: AgentSkill
url: skills/_index.yml
- type: Webhooks
url: asyncapi/workfront-event-subscriptions-webhooks.yml
x-vouched-by:
- Brandfolder
- Persado
x-vouch-count: 2
x-enrichment:
date: '2026-08-12'
status: enriched
artifacts_added: 40
pass: local-v1