Skip to main content
Abacus.AI
Betav0.1.0
62 actions · 1 auth method

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Key

Connect your Abacus.AI account using an API key generated from the Abacus.AI dashboard. The key inherits the permissions…
3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Key

4

Use Actions

Connect your agent to the linked account’s actions. See Agent Setup.Other ways to call actions are listed in Protocols & SDKs.

Actions

62 actions
Action
Description
List Batch Predictions
List the batch prediction jobs defined within a project.
Get Batch Prediction
Retrieve the full description of a single batch prediction job.
Create Batch Prediction
Create a reusable batch prediction job description for a deployment.
Start Batch Prediction
Start a new run (version) of an existing batch prediction job.
List Datasets
List all datasets registered in the organization.
Get Dataset
Retrieve the full details of a single dataset.
Delete Dataset
Permanently delete a dataset from the organization.
List Dataset Versions
List all versions of a dataset.
Get Dataset Schema
Retrieve the column schema of a dataset.
Create Dataset Version From File Connector
Create a new dataset version by re-importing from a file connector location.
List Deployments
List every deployment belonging to a project.
Get Deployment
Retrieve the full description of a single deployment.
Create Deployment
Create a deployment that serves a trained model or feature group for predictions.
Start Deployment
Restart a deployment that was previously stopped or suspended.
Stop Deployment
Stop a running deployment to suspend prediction serving.
Delete Deployment
Permanently delete a deployment without affecting its underlying models.
Update Deployment
Update the mutable properties of an existing deployment.
List Feature Groups
Retrieve a paginated list of feature groups in your organization.
Get Feature Group
Retrieve the details of a single feature group.
Create Feature Group
Create a new feature group defined by a SQL statement.
Update Feature Group
Update a feature group’s description.
Delete Feature Group
Permanently delete a feature group.
List Feature Group Versions
List the materialized versions of a feature group.
Get Feature Group Schema
Retrieve the schema (columns) of a feature group.
Create Feature Group Version
Materialize a new version of a feature group.
List Model Monitors
List the model monitors belonging to a project.
Get Model Monitor
Retrieve the full description of a single model monitor by its ID.
List Models
List all models within a project.
Get Model
Retrieve the full details of a single model.
Delete Model
Permanently delete a model and all of its versions.
List Model Versions
List all training versions of a model.
Get Model Version
Retrieve the full details of a single model version.
Get Model Metrics
Retrieve the evaluation metrics for a model.
Train Model
Create and start training a new model in a project.
List Organization Users
List all platform users in the organization, including pending invitees.
Get User
Retrieve the profile of the currently authenticated user.
List Organization Groups
List all permission groups in the organization.
Get Organization Group
Retrieve the details of a single organization group by its ID.
List API Keys
List the API keys for the current user’s organization.
List Pipelines
List the pipelines for the organization, optionally scoped to one project.
Get Pipeline
Retrieve the full description of a single pipeline by its ID.
Run Pipeline
Trigger a run of a pipeline, optionally passing in argument values.
Create Pipeline
Create a new pipeline for executing multiple steps as one workflow.
Delete Pipeline
Permanently delete a pipeline by its ID.
List Projects
Retrieve a paginated list of all projects in your organization.
Get Project
Retrieve the full details of a single project by its ID.
Create Project
Create a new project for a given use case.
Delete Project
Permanently delete a project along with its models and deployments.
Rename Project
Rename an existing project.
List Project Feature Groups
List the feature groups attached to a project.
Add Feature Group To Project
Attach an existing feature group to a project.
Remove Feature Group From Project
Detach a feature group from a project.
List Refresh Policies
List the organization’s refresh policies, optionally narrowed to those attached to specific resources.
Get Refresh Policy
Retrieve the full details of a single refresh policy by its ID.
Create Refresh Policy
Create a refresh policy that re-runs a set of actions on a recurring cron schedule.
Run Refresh Policy
Force an immediate run of a refresh policy outside its normal schedule.
Delete Refresh Policy
Permanently delete a refresh policy by its ID.
Get Webhook
Retrieve the full configuration of a single webhook by its ID.
List Deployment Webhooks
List all webhooks attached to a given deployment.
Create Deployment Webhook
Create a webhook on a deployment that fires on a given event type.
Update Webhook
Update the endpoint, event type, or payload template of an existing webhook.
Delete Webhook
Permanently delete a webhook by its ID.