Skip to content

How Attio’s scores are calculated

The full audit trail, recomputed from the verdict data at build time through the same code that produced the leaderboard: verdict × quality × story weight per cell, cells sum to dimension scores, dimensions blend into the PA Score. Every number on the product page is reproducible from this page alone; for why the formula looks like this, see the methodology.

verdict factors: full ×1.0 · partial ×0.6 · disputed ×0.3 · none ×0.0 · n/a excluded from both sides · cell points = weight × quality × factor · cell max = weight × 10

PA Score37/100

Agent-ready 52.6 × 0.30 = 15.78

API quality 0.0 × 0.20 = 0.00

Openness 25.2 × 0.20 = 5.04

Built-in AI 63.1 × 0.15 = 9.46

Automation 43.5 × 0.15 = 6.52

(15.78 + 0.00 + 5.04 + 9.46 + 6.52) ÷ (0.30 + 0.20 + 0.20 + 0.15 + 0.15) = 36.81 ÷ 1.00 = 36.8

Scores are stored to 1 decimal; the product page’s pills round to whole numbers for display. Each dimension below shows the stories, verdicts, and cited evidence behind its number.

Agent-ready52.6/100×0.30 of the PA blend

Outside-in: can YOUR agent reach and drive this product — API, MCP, CLI, headless runs, agent docs.

Point an agent at llms.txt or agent-oriented docsweight 2

2 (weight) × 9 (quality) × 1.0 (full) = 18.0 of 20 max

  • [probe] https://docs.attio.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.attio.com/llms.txt # Attio Docs - [Overview](https://docs.attio.com/docs/overview.md): Start building Attio Apps - [Objects and lists](htt
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file to provide instructions for Claude Code users.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdThe App SDK was designed from the ground up to enable AI-assisted development.
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp

Run the product headlessly / in CI for automationweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdBuilding an OAuth flow for your app
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL to notify you of these changes.
  • [claimed-docs] https://docs.attio.comRun SQL queries against your workspace data.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/rate-limiting.mdRate limit responses always have the HTTP status code `429`. They also always include a `Retry-After` header
  • [claimed-docs] https://docs.attio.com/sdk/guides/making-http-requests.mdServer functions let you make HTTP requests from your app, whether it's to a third-party API, or to the Attio REST API using ATTIO_API_TOKEN
  • [claimed-docs] https://docs.attio.com/sdk/guides/making-http-requests.mdServer functions let you make HTTP requests from your app, whether it's to a third-party API, or to the Attio REST API

Plug MCP servers into this product so it can use their toolsweight 3

3 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 30 max

  • [claimed-docs] https://docs.attio.comManage Attio via AI. Connect Claude, ChatGPT or your AI tool of choice to search, update and manage your Attio workspace.
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp

Connect an agent via an official MCP serverweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.attio.comManage Attio via AI. Connect Claude, ChatGPT or your AI tool of choice to search, update and manage your Attio workspace.
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp

Use an official CLIweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [claimed-docs] https://docs.attio.com/sdk/guides/folder-structure-migration.mdattio migrate folder-structure
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file to provide instructions for Claude Code users.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdThe App SDK was designed from the ground up to enable AI-assisted development.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdThe App SDK was designed from the ground up to enable AI-assisted development. It uses React and TypeScript, tools which LLMs understand well.
  • [claimed-docs] https://docs.attio.com/sdk/overview.mdThe Attio App SDK lets you extend Attio with your own functionality. Apps run inside Attio's infrastructure and can surface custom UI directly inside Attio's interface.

Drive the product through a documented public APIweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://docs.attio.comThis allows developers to build apps that read and write information to and from Attio workspaces. You can also subscribe to events in realtime using webhooks.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL to notify you of these changes.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdSome of our endpoints allow specifying `filter` or `sorts` objects as part of the request. These properties can help reduce the size of the result set or get them back in a more appropriate order.
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdBuilding an OAuth flow for your app
  • [claimed-docs] https://docs.attio.com/rest-api/guides/rate-limiting.mdRate limit responses always have the HTTP status code `429`. They also always include a `Retry-After` header
  • [probe] https://docs.attio.com/llms.txtPROBE llms.txt: HTTP 200 at https://docs.attio.com/llms.txt # Attio Docs - [Overview](https://docs.attio.com/docs/overview.md): Start building Attio Apps - [Objects and lists](htt
  • [probe] https://docs.attio.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.attio.com/openapi.json, https://docs.attio.com/swagger.json, https://docs.attio.com/api/openapi.json, https://docs.attio.com/.well-known/openapi.json)

Issue scoped/least-privilege API credentials for an agentweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdBuilding an OAuth flow for your app
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp

Build against official SDKsweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.attio.com/sdk/overview.mdThe Attio App SDK lets you extend Attio with your own functionality. Apps run inside Attio's infrastructure and can surface custom UI directly inside Attio's interface.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdThe App SDK was designed from the ground up to enable AI-assisted development.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdThe App SDK was designed from the ground up to enable AI-assisted development. It uses React and TypeScript, tools which LLMs understand well.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file to provide instructions for Claude Code users.
  • [claimed-docs] https://docs.attio.com/sdk/guides/ai.mdEvery new app comes bootstrapped with a default AGENTS.md file. We additionally supply a CLAUDE.md file
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdBuilding an OAuth flow for your app
  • [probe] https://docs.attio.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.attio.com/openapi.json, https://docs.attio.com/swagger.json, https://docs.attio.com/api/openapi.json, https://docs.attio.com/.well-known/openapi.json)

Subscribe to events via webhooksweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.attio.comThis allows developers to build apps that read and write information to and from Attio workspaces. You can also subscribe to events in realtime using webhooks.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL to notify you of these changes.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWe cryptographically sign every webhook request using your webhook secret, and include it as HTTP header called `Attio-Signature`
  • [claimed-docs] https://docs.attio.com/sdk/guides/receiving-http-requests.mdWebhook handlers enable apps to receive incoming requests from third-party services... making them essential for integrating external systems and automating workflows.
  • [claimed-docs] https://docs.attio.com/sdk/guides/receiving-http-requests.mdWebhook handlers enable apps to receive incoming requests from third-party services.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL

Agent-ready = 110.4 ÷ 210 × 100 = 52.6

API quality0.0/100×0.20 of the PA blend

The programmable surface once an agent is there — machine-readable spec, interactive docs, sandbox, versioning discipline.

Explore an interactive API reference with runnable examplesweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdBuilding an OAuth flow for your app
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdSome of our endpoints allow specifying `filter` or `sorts` objects as part of the request. These properties can help reduce the size of the result set or get them back in a more appropriate order.
  • [probe] https://docs.attio.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.attio.com/openapi.json, https://docs.attio.com/swagger.json, https://docs.attio.com/api/openapi.json, https://docs.attio.com/.well-known/openapi.json)

Download a machine-readable API spec (OpenAPI or equivalent)weight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

  • [probe] https://docs.attio.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.attio.com/openapi.json, https://docs.attio.com/swagger.json, https://docs.attio.com/api/openapi.json, https://docs.attio.com/.well-known/openapi.json)
  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.

Test against a sandbox environment without touching production dataweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Rely on versioned APIs with a documented deprecation policyweight 2

2 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 20 max

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

API quality = 0.0 ÷ 70 × 100 = 0.0

Openness25.2/100×0.20 of the PA blend

Can you leave, inspect, or self-host — data export, open source, portability.

Do everything through the API that I can do in the UIweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.
  • [claimed-docs] https://docs.attio.comThis allows developers to build apps that read and write information to and from Attio workspaces. You can also subscribe to events in realtime using webhooks.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdSome of our endpoints allow specifying `filter` or `sorts` objects as part of the request. These properties can help reduce the size of the result set or get them back in a more appropriate order.
  • [claimed-docs] https://docs.attio.comManage Attio via AI. Connect Claude, ChatGPT or your AI tool of choice to search, update and manage your Attio workspace.
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp
  • [claimed-docs] https://attio.com/platform/aiA team of agents on every deal. Qualifying, enriching, researching, and moving to close.
  • [claimed-docs] https://attio.com/platform/aiAI records, transcribes, and logs every call as you speak.
  • [claimed-docs] https://attio.com/platform/reportingAnalyze live data any way you like, from line charts and bar graphs to geospatial mapping.
  • [probe] https://docs.attio.com/openapi.jsonPROBE openapi: all candidate paths 404 (https://docs.attio.com/openapi.json, https://docs.attio.com/swagger.json, https://docs.attio.com/api/openapi.json, https://docs.attio.com/.well-known/openapi.json)

Export all of my data in open formats and leaveweight 3

3 (weight) × 3 (quality) × 0.6 (partial) = 5.4 of 30 max

  • [claimed-docs] https://docs.attio.com/rest-api/overview.mdAttio provides a public REST API which exchanges JSON over HTTPS.
  • [claimed-docs] https://docs.attio.com/docs/objects-and-lists.mdAt the core of Attio is our powerful and flexible data model, which allows you to define custom objects and lists with a wide array of attribute types.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdSome of our endpoints allow specifying `filter` or `sorts` objects as part of the request. These properties can help reduce the size of the result set or get them back in a more appropriate order.

Read the product's source under an open licenseweight 2

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Self-host the core productweight 3

n/a — not applicable to this product: excluded from numerator and denominator

no evidence cited — the verdict rests on absence of evidence, re-checked on refresh

Openness = 12.6 ÷ 50 × 100 = 25.2

Built-in AI63.1/100×0.15 of the PA blend

Inside-out: how agentic the product itself is for its users — built-in assistants, autonomous features.

Get AI-generated insights and suggestions from my data inside the productweight 2

2 (weight) × 7 (quality) × 1.0 (full) = 14.0 of 20 max

  • [claimed-docs] https://attio.com/platform/aiSearch, update, and create with AI.
  • [claimed-docs] https://attio.com/platform/aiDraft follow-ups, update records, schedule next steps, create account briefs. Instantly, not eventually.
  • [claimed-docs] https://attio.com/platform/aiAI records, transcribes, and logs every call as you speak.
  • [claimed-docs] https://attio.com/platform/aiAI picks up buying signals, blockers, or requests during the call, not days later.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio to build workflows for you just by describing the goal.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio. Search, update, and create with AI.
  • [claimed-docs] https://attio.com/platform/reportingAsk Attio for live data from every conversation in your pipeline.
  • [claimed-docs] https://attio.com/platform/aiA team of agents on every deal. Qualifying, enriching, researching, and moving to close.
  • [claimed-docs] https://attio.com/platform/workflowsFinds your next best customers before you have to ask.
  • [claimed-docs] https://attio.com/platform/workflowsWeb Agent Researches accounts for the latest on the web.
  • [claimed-docs] https://attio.com/platform/workflowsRouting Agent Routes every lead to the right rep or channel.
  • [claimed-docs] https://attio.com/platform/workflowsWeb Agent / Researches accounts for the latest on the web. ... Scoring Agent / Assigns fit to leads based on your ICP criteria. ... Routing Agent / Routes every lead to the right rep or channel.
  • [claimed-docs] https://attio.com/platform/workflowsReviews every call from your reps and flags the coaching moments.

Set up automations that run autonomously in the backgroundweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdAttio Workflows is a visual automation builder that lets workspace members define sequences of automated actions... Each step in that sequence is called a *block*
  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created Trigger when a new deal record is created.
  • [claimed-docs] https://attio.com/platform/workflowsRouting Agent Routes every lead to the right rep or channel.
  • [claimed-docs] https://attio.com/platform/workflowsWeb Agent Researches accounts for the latest on the web.
  • [claimed-docs] https://attio.com/platform/workflowsWeb Agent / Researches accounts for the latest on the web. ... Scoring Agent / Assigns fit to leads based on your ICP criteria. ... Routing Agent / Routes every lead to the right rep or channel.
  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created ... Web Agent Enrich the record with web research. ... Custom Agent Score the lead and route to the right AE.
  • [claimed-docs] https://attio.com/platform/aiA team of agents on every deal. Qualifying, enriching, researching, and moving to close.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio to build workflows for you just by describing the goal.
  • [claimed-docs] https://docs.attio.com/sdk/overview.mdAdd custom triggers and steps to the Attio Workflows builder: subscribe to external events or call external APIs as part of a workflow run.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdBuild custom triggers and steps that show up inside Attio Workflows
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL

Delegate tasks to a built-in AI assistant inside the productweight 3

3 (weight) × 6 (quality) × 0.6 (partial) = 10.8 of 30 max

  • [claimed-docs] https://attio.com/platform/aiSearch, update, and create with AI.
  • [claimed-docs] https://attio.com/platform/aiDraft follow-ups, update records, schedule next steps, create account briefs. Instantly, not eventually.
  • [claimed-docs] https://attio.com/platform/aiAI records, transcribes, and logs every call as you speak.
  • [claimed-docs] https://attio.com/platform/aiAI picks up buying signals, blockers, or requests during the call, not days later.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio to build workflows for you just by describing the goal.

Operate the product with natural-language commandsweight 2

2 (weight) × 8 (quality) × 1.0 (full) = 16.0 of 20 max

  • [claimed-docs] https://docs.attio.comManage Attio via AI. Connect Claude, ChatGPT or your AI tool of choice to search, update and manage your Attio workspace.
  • [claimed-docs] https://attio.com/platform/aiSearch, update, and create with AI.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio to build workflows for you just by describing the goal.
  • [claimed-docs] https://attio.com/platform/aiAsk Attio. Search, update, and create with AI.
  • [probe] https://attio.com/mcpofficial MCP server documented at https://attio.com/mcp

Built-in AI = 56.8 ÷ 90 × 100 = 63.1

Automation43.5/100×0.15 of the PA blend

Depth of automation primitives — rules, scheduling, bulk operations, webhooks.

Perform bulk operations across many items at onceweight 2

2 (weight) × 6 (quality) × 0.6 (partial) = 7.2 of 20 max

  • [claimed-docs] https://docs.attio.com/sdk/extensions/bulk-record-action.mdBulk record actions are rendered when multiple record rows are selected in Attio.
  • [claimed-docs] https://docs.attio.com/sdk/extensions/bulk-record-action.mdAdd a bulk action for records selected in a list
  • [claimed-docs] https://docs.attio.com/sdk/extensions/object-action.mdUse them for object-level work like imports, syncs, or opening object-wide views.
  • [claimed-docs] https://docs.attio.com/sdk/extensions/object-action.mdObject actions are actions your app can take on an object... Use them for object-level work like imports, syncs, or opening object-wide views.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdSome of our endpoints allow specifying `filter` or `sorts` objects as part of the request. These properties can help reduce the size of the result set or get them back in a more appropriate order.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/filtering-and-sorting.mdAttio supports two distinct formats for filtering. There is the verbose format, which supports a wider variety of operators and conditions, and a shorthand format
  • [claimed-docs] https://docs.attio.com/rest-api/guides/rate-limiting.mdRate limit responses always have the HTTP status code `429`. They also always include a `Retry-After` header

Define rules that trigger actions automatically on eventsweight 3

3 (weight) × 8 (quality) × 1.0 (full) = 24.0 of 30 max

  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created Trigger when a new deal record is created.
  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created / Trigger when a new deal record is created.
  • [claimed-docs] https://attio.com/platform/workflowsWeb Agent / Researches accounts for the latest on the web. ... Scoring Agent / Assigns fit to leads based on your ICP criteria. ... Routing Agent / Routes every lead to the right rep or channel.
  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created ... Web Agent Enrich the record with web research. ... Custom Agent Score the lead and route to the right AE.
  • [claimed-docs] https://docs.attio.com/sdk/overview.mdAdd custom triggers and steps to the Attio Workflows builder: subscribe to external events or call external APIs as part of a workflow run.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder... workspace members can drag them into any workflow and configure them without writing code.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdBuild custom triggers and steps that show up inside Attio Workflows
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdAttio Workflows is a visual automation builder that lets workspace members define sequences of automated actions... Each step in that sequence is called a *block*
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL to notify you of these changes.
  • [claimed-docs] https://docs.attio.com/rest-api/guides/webhooks.mdWebhooks allow you to subscribe to changes that happen in Attio and then receive real-time HTTP requests to a chosen target URL

Schedule recurring jobs or workflowsweight 2

2 (weight) × 3 (quality) × 0.6 (partial) = 3.6 of 20 max

  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created Trigger when a new deal record is created.
  • [claimed-docs] https://attio.com/platform/workflowsWhen a new deal is created / Trigger when a new deal record is created.
  • [claimed-docs] https://docs.attio.com/sdk/overview.mdAdd custom triggers and steps to the Attio Workflows builder: subscribe to external events or call external APIs as part of a workflow run.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder... workspace members can drag them into any workflow and configure them without writing code.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdAttio Workflows is a visual automation builder that lets workspace members define sequences of automated actions... Each step in that sequence is called a *block*

Version, review, and roll back my automationsweight 1

1 (weight) × 0 (quality) × 0.0 (none) = 0.0 of 10 max

  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdAttio Workflows is a visual automation builder that lets workspace members define sequences of automated actions... Each step in that sequence is called a *block*
  • [claimed-docs] https://attio.com/platform/aiAsk Attio to build workflows for you just by describing the goal.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder... workspace members can drag them into any workflow and configure them without writing code.
  • [claimed-docs] https://docs.attio.com/sdk/workflow-blocks/overview.mdWorkflow blocks let your app contribute custom blocks to the Workflows builder.

Automation = 34.8 ÷ 80 × 100 = 43.5