Ramp
Overview
SLUG: RAMP
Description
Ramp is a platform that helps you manage your finances, track your income and expenses, and get insights into your business
Authentication Details
OAuth2
Connecting to Ramp
Create an auth config
Use the dashboard to create an auth config for the Ramp toolkit. This allows you to connect multiple Ramp accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Ramp Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Ramp toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
RAMP_CREATE_DEPARTMENT
Tool Name: Create Department
Description
Action Parameters
Action Response
RAMP_CREATE_NEW_CUSTOM_ACCOUNTING_FIELD
Tool Name: Create New Custom Accounting Field
Description
Action Parameters
Action Response
RAMP_FETCH_CUSTOM_ACCOUNTING_FIELD
Tool Name: Fetch Custom Accounting Field
Description
Action Parameters
Action Response
RAMP_GET_CARD
Tool Name: Get Card
Description
Action Parameters
Action Response
RAMP_GET_DEPARTMENT
Tool Name: Get Department
Description
Action Parameters
Action Response
RAMP_GET_MY_CARDS
Tool Name: Get My Cards
Description
Action Parameters
Action Response
RAMP_GET_MY_TRANSACTIONS
Tool Name: Get My Transactions
Description
Action Parameters
Action Response
RAMP_GET_STATEMENT
Tool Name: Get Statement
Description
Action Parameters
Action Response
RAMP_GET_TRANSACTION
Tool Name: Get Transaction Details
Description
Action Parameters
Action Response
RAMP_GET_VENDOR
Tool Name: Get Vendor Details
Description
Action Parameters
Action Response
RAMP_ISSUE_VIRTUAL_CARD
Tool Name: Issue Virtual Card
Description
Action Parameters
Action Response
RAMP_LIST_CARDS
Tool Name: List All Cards
Description
Action Parameters
Action Response
RAMP_LIST_DEPARTMENTS
Tool Name: List Departments
Description
Action Parameters
Action Response
RAMP_LIST_STATEMENTS
Tool Name: List Statements
Description
Action Parameters
Action Response
RAMP_LIST_USERS
Tool Name: List Users
Description
Action Parameters
Action Response
RAMP_LIST_VENDORS
Tool Name: List Vendors
Description
Action Parameters
Action Response
RAMP_OPTIONS_FOR_CUSTOM_ACCOUNTING_FIELD
Tool Name: Options for Custom Accounting Field
Description
Action Parameters
Action Response
RAMP_SEARCH_TRANSACTIONS
Tool Name: Search Transactions
Description
Action Parameters
Action Response
RAMP_UPDATE_CARD_LIMIT
Tool Name: Update Card Spending Limit
Description
Action Parameters
Action Response
RAMP_UPDATE_DEPARTMENT
Tool Name: Update Department
Description
Action Parameters
Action Response
RAMP_UPLOAD_NEW_OPTIONS
Tool Name: Upload New Options for Custom Accounting Field
Description
Action Parameters
Action Response