Aident logoAident logo centerAident Loadout
SkillsAppsActionsPricingDocs
ENStart Now

Actions for AI agents

Explore exact operations, provider setup, pricing, and safety details before using them with Aident Loadout.

Showing 3985-4008 of 33029 Actions, ordered by recent successful use.

Attio Assert Workspace

Attio Tools

Creates or updates a workspace record in Attio using a unique attribute to search for existing workspaces. If a workspace is found with the same value for the matching attribute, that workspace will be updated. If no workspace is found, a new one will be created.

Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Attribute

    Attio Tools

    Tool to create a new attribute on an object or list in Attio. Use when you need to add custom fields to track additional information. For record-reference types, you can establish bidirectional relationships by supplying a relationship object.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Comment

    Attio Tools

    Tool to create a new comment on a thread, record, or list entry in Attio. Use when you need to add a comment to an existing conversation, a record (like a person, company, or deal), or a list entry.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Company

    Attio Tools

    Creates a new company record in Attio. This endpoint will throw an error on conflicts of unique attributes like domains. If you prefer to update company records on conflicts, use the Assert company record endpoint instead. Note: The logo_url attribute cannot currently be set via…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Deal Record

    Attio Tools

    Tool to create a new deal record in Attio. Use when you need to track a new sales opportunity or deal. This endpoint will throw an error on conflicts of unique attributes. Minimal requirement is providing at least one attribute value.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create List

    Attio Tools

    Tool to create a new list in Attio. Use when you need to organize records into custom lists. Once created, add attributes using the Create Attribute API and add records using the Create Entry API. New lists must have either workspace_access set to 'full-access' or one or more wo…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Note

    Attio Tools

    This tool creates a new note on a given record in Attio. The note can be attached to any record type (like person, company, or deal) and includes a title and content. It requires parameters such as parent_object, parent_record_id, title, and content, with an optional created_at…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Object

    Attio Tools

    Tool to create a new custom object in your Attio workspace. Use when you need to add a new object type beyond the standard objects (people, companies, deals, users, workspaces). Requires api_slug (snake_case identifier), singular_noun, and plural_noun.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Person

    Attio Tools

    Creates a new person record in Attio. This endpoint will throw an error on conflicts of unique attributes like email_addresses. If you prefer to update person records on conflicts instead, use the Assert person record endpoint. Note: The avatar_url attribute cannot currently be…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Record

    Attio Tools

    This tool creates a new record in Attio for a specified object type (people, companies, deals, users, workspaces, etc.). It requires the object type and a values dictionary containing the attributes for the new record. IMPORTANT: Different object types have different attributes.…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Select Option

    Attio Tools

    Tool to add a new select option to a select or multiselect attribute in Attio. Use when you need to add a new choice to an existing select field.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Status

    Attio Tools

    Tool to add a new status to a status attribute on either an object or a list. Use when you need to create a new status option for status attributes. Company and person objects do not support status attributes at this time.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Task

    Attio Tools

    Tool to create a new task in Attio. Use when you need to add a task with content and optional deadline, assignees, or linked records. Note: Tasks can only be created from plaintext without record reference formatting.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create User Record

    Attio Tools

    Creates a new user record in Attio. User records represent workspace members or users in the system. Requires primary_email_address, user_id, and workspace_id. Optionally link to an existing person record. Note: Required attributes may vary based on workspace configuration - che…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Webhook

    Attio Tools

    Tool to create a webhook and subscribe to events in Attio. Use when you need to set up a new webhook endpoint to receive real-time event notifications. Returns the webhook configuration including a one-time signing secret for verifying event authenticity.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Create Workspace Record

    Attio Tools

    Creates a new workspace record in Attio. The workspace_id field is required and must be unique. This endpoint will throw an error on conflicts of unique attributes. Use when you need to create a new workspace entry in your Attio workspace.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Comment

    Attio Tools

    Tool to delete a comment by its comment_id. Use when you need to remove a comment from Attio. If the comment is at the head of a thread, all messages in the thread are also deleted. The operation is permanent and cannot be undone.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Company

    Attio Tools

    Tool to delete a company record from Attio by its record_id. Use when you need to permanently remove a company record. The deletion is irreversible and cannot be recovered.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Deal

    Attio Tools

    Tool to delete a deal record from Attio by its record_id. Use when you need to permanently remove a deal record. The deletion is irreversible and cannot be recovered.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Entry

    Attio Tools

    Tool to delete a single list entry by its entry_id in Attio. Use when you need to remove an entry from a specific list. The operation is permanent and cannot be undone.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Note

    Attio Tools

    This tool allows users to delete a specific note in Attio by its ID. It is implemented via DELETE https://api.attio.com/v2/notes/{note_id} and handles note deletion by validating the provided note_id. It complements ATTIO_CREATE_NOTE functionality, providing complete note manage…

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Person

    Attio Tools

    Tool to delete a person record from Attio by its record_id. Use when you need to permanently remove a person record. The deletion is irreversible and cannot be recovered.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Record

    Attio Tools

    This tool allows you to delete a record from Attio permanently. The deletion is irreversible, and the data will eventually be removed from the system.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • Attio Delete Task

    Attio Tools

    Tool to delete a task by its task_id. Use when you need to remove a task from Attio. The operation is permanent and cannot be undone.

    Write Action·Risk level 2 of 5·OAuth connection·Free Action
  • PreviousPage 167 of 1377Next
    Aident logo

    Product

    Aident LoadoutAident Playbook EditorOpen-CUAK

    About

    AppsSkillsDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

    Alternatives

    vs Composiovs Zapier
    llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

    © Aident Labs, 2024-2026