Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Items to a Playlist
spotify:add_items_to_playlist
Add one or more items to a user’s playlist. See the docs here.
Write
Medium risk
Create a Playlist
spotify:create_playlist
Create a playlist for a Spotify user. The playlist will be empty until you add tracks. See the docs here.
Write
Medium risk
Get Album Tracks
spotify:get_album_tracks
Get all tracks in an album. See the docs here
Read
Low risk
Get All Tracks by Artist
spotify:get_all_tracks_by_artist
Get Spotify tracks information related with an artist's. see docs here.
Read
Low risk
Get an Artist's Top Tracks
spotify:get_artist_top_tracks
Get Spotify catalog information about an artist's top tracks by country. See the docs here.
Read
Low risk
Get Audio Features for a Track
spotify:get_audio_features_for_a_track
Get audio feature information for a single track identified by its unique Spotify ID. See the docs here.
Read
Low risk
Get a Category's Playlists
spotify:get_categorys_playlist
Get a list of Spotify playlists tagged with a particular category. See the docs here.
Read
Low risk
Get currently playing track
spotify:get_currently_playing_track
Get the object currently being played on the user's Spotify account
Read
Low risk
Get a Playlist
spotify:get_playlist
Get a playlist owned by a Spotify user
Read
Low risk
Get a Playlist's Items
spotify:get_playlist_items
Get full details of the items of a playlist owned by a Spotify user. See the docs here.
Read
Low risk
Get Recommendations
spotify:get_recommendations
Create a list of recommendations based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details. See the docs here.
Read
Low risk
Get a Track
spotify:get_track
Get a track by its name or ID. See the docs here
Read
Low risk
Remove Items from a Playlist
spotify:remove_items_from_playlist
Remove one or more items from a user's playlist. See the docs here
Write
Medium risk
Remove User's Saved Tracks
spotify:remove_user_saved_tracks
Remove one or more tracks from the current user's 'Your Music' library. See the docs here
Write
Medium risk
Save Tracks for User
spotify:save_track
Save one or more tracks to the current user's "Your Music" library. See the docs here.
Write
Medium risk
Search
spotify:search
Search for items on Spotify (tracks, albums, artists, playlists, shows, or episodes). See the docs here
Read
Low risk