11openapi : 3.0.3
22info :
3- title : Gram API Description
4- description : Gram is the tools platform for AI agents
3+ title : Speakeasy API Description
4+ description : Speakeasy AI Control Plane is the tools platform for AI agents
55 version : 0.0.1
66servers :
77 - url : https://app.getgram.ai
88paths :
99 /rpc/assets.uploadFunctions :
1010 post :
11- description : Upload functions to Gram .
11+ description : Upload functions to the Speakeasy AI Control Plane .
1212 operationId : uploadFunctions
1313 parameters :
1414 - allowEmptyValue : true
@@ -126,7 +126,7 @@ paths:
126126 format : binary
127127 /rpc/assets.uploadOpenAPIv3 :
128128 post :
129- description : Upload an OpenAPI v3 document to Gram .
129+ description : Upload an OpenAPI v3 document to the Speakeasy AI Control Plane .
130130 operationId : uploadOpenAPIv3Asset
131131 parameters :
132132 - allowEmptyValue : true
@@ -1355,7 +1355,7 @@ components:
13551355 github_repo :
13561356 type : string
13571357 description : The github repository in the form of "owner/repo".
1358- example : speakeasyapi/gram
1358+ example : speakeasyapi/speakeasy
13591359 github_sha :
13601360 type : string
13611361 description : The commit hash that triggered the deployment.
@@ -1420,7 +1420,7 @@ components:
14201420 github_repo :
14211421 type : string
14221422 description : The github repository in the form of "owner/repo".
1423- example : speakeasyapi/gram
1423+ example : speakeasyapi/speakeasy
14241424 github_sha :
14251425 type : string
14261426 description : The commit hash that triggered the deployment.
@@ -2022,7 +2022,7 @@ components:
20222022 github_repo :
20232023 type : string
20242024 description : The github repository in the form of "owner/repo".
2025- example : speakeasyapi/gram
2025+ example : speakeasyapi/speakeasy
20262026 github_sha :
20272027 type : string
20282028 description : The commit hash that triggered the deployment.
@@ -3078,11 +3078,11 @@ components:
30783078 in : header
30793079 chat_sessions_token_header_Gram-Chat-Session :
30803080 type : http
3081- description : Gram Chat Sessions token based auth.
3081+ description : Speakeasy Chat Sessions token based auth.
30823082 scheme : bearer
30833083 function_token_header_Authorization :
30843084 type : http
3085- description : Gram Functions token based auth.
3085+ description : Speakeasy Functions token based auth.
30863086 scheme : bearer
30873087 project_slug_header_Gram-Project :
30883088 type : apiKey
@@ -3100,21 +3100,21 @@ tags:
31003100 - name : admin
31013101 description : Operational endpoints for administrative tasks.
31023102 - name : assets
3103- description : Manages assets used by Gram projects.
3103+ description : Manages assets used by Speakeasy projects.
31043104 - name : assistants
31053105 description : Manage assistants and their runtime configuration.
31063106 - name : auditlogs
3107- description : Manages audit logs in Gram .
3107+ description : Manages audit logs in Speakeasy .
31083108 - name : auth
3109- description : Managed auth for gram producers and dashboard.
3109+ description : Managed auth for speakeasy producers and dashboard.
31103110 - name : chat
3111- description : Managed chats for gram AI consumers.
3111+ description : Managed chats for speakeasy AI consumers.
31123112 - name : chatSessions
31133113 description : Manages chat session tokens for client-side authentication
31143114 - name : deployments
31153115 description : Manages deployments of tools from upstream sources.
31163116 - name : domains
3117- description : Manage custom domains for gram .
3117+ description : Manage custom domains for speakeasy .
31183118 - name : environments
31193119 description : Managing toolset environments.
31203120 - name : mcpRegistries
@@ -3130,7 +3130,7 @@ tags:
31303130 - name : instances
31313131 description : Consumer APIs for interacting with all relevant data for an instance of a toolset and environment.
31323132 - name : integrations
3133- description : Explore third-party tools in Gram .
3133+ description : Explore third-party tools in Speakeasy .
31343134 - name : keys
31353135 description : Managing system api keys.
31363136 - name : mcpEndpoints
@@ -3142,32 +3142,32 @@ tags:
31423142 - name : organizations
31433143 description : Organization membership, invitations, and directory.
31443144 - name : packages
3145- description : Manages packages in Gram .
3145+ description : Manages packages in Speakeasy .
31463146 - name : plugins
31473147 description : Manage distributable plugin bundles of MCP servers and hooks.
31483148 - name : features
31493149 description : Manage product level feature controls.
31503150 - name : projects
3151- description : Manages projects in Gram .
3151+ description : Manages projects in Speakeasy .
31523152 - name : remoteMcp
31533153 description : Managing remote MCP servers.
31543154 - name : resources
31553155 description : Dashboard API for interacting with resources.
31563156 - name : risk
31573157 description : Manage risk analysis policies and view scan results.
31583158 - name : slack
3159- description : Auth and interactions for the Gram Slack App.
3159+ description : Auth and interactions for the Speakeasy Slack App.
31603160 - name : telemetry
3161- description : Fetch telemetry data for tools in Gram .
3161+ description : Fetch telemetry data for tools in Speakeasy .
31623162 - name : templates
31633163 description : Manages re-usable prompt templates and higher-order tools for a project.
31643164 - name : tools
31653165 description : Dashboard API for interacting with tools.
31663166 - name : toolsets
3167- description : Managed toolsets for gram AI consumers.
3167+ description : Managed toolsets for Speakeasy AI consumers.
31683168 - name : triggers
31693169 description : Manage project trigger instances and static trigger definitions.
31703170 - name : usage
3171- description : Read usage for gram .
3171+ description : Read usage for speakeasy .
31723172 - name : variations
31733173 description : Manage variations of tools.
0 commit comments