Exist

Learn how to use Exist with Composio

Overview

Enum

EXIST

Description

Exist is a personal analytics app that combines data from various services to help users understand and improve their lives.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to activity_read

Actions

Tool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to initiate the oauth2 authorization flow for user consent. use when you need to obtain an authorization code before exchanging for an access token.

Action Parameters

client_id
stringRequired
redirect_uri
stringRequired
response_type
stringDefaults to code
scope
stringRequired
state
string

Action Response

data
object
error
string
successful
boolean
Tool to initiate the oauth2 authorization flow for user consent. use when you need an authorization code before exchanging for an access token.

Action Parameters

client_id
stringRequired
redirect_uri
stringRequired
response_type
stringDefaults to code
scope
stringRequired
state
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paged list of supported attribute templates. use when you need to browse available templates before creating or updating data.

Action Parameters

groups
array
include_low_priority
boolean
limit
integer
page
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of recent correlations. use when exploring relationships between your tracked attributes, optionally filtering by strength or attribute.

Action Parameters

attribute
string
confident
boolean
limit
integer
page
integerDefaults to 1
strong
boolean

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paged list of the user's attributes without values. use when you need metadata on available attributes for filtering or selection.

Action Parameters

attributes
array
exclude_custom
boolean
groups
array
include_inactive
boolean
include_low_priority
boolean
limit
integer
manual
boolean
owned
boolean
page
integerDefaults to 1

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the authenticated user's profile details and preferences. use after authentication to inspect account settings and status.

Action Parameters

Action Response

data
object
error
string
successful
boolean