[Solved ✅] Get Documentation of Composio App
I was wondering if there was any way to access the documentation for a Composio App.
For example, for the 'Google Docs' Composio app, is there a way to programmatically get the documentation for the google-docs-api itself (https://developers.google.com/docs/api/reference/rest)
Google for Developers
Google Docs API | Google for Developers
6 Replies
conscious-sapphireOP•4w ago
For context, I want to be quickly able to create custom actions that use Composio authentication, as shown here: 'https://docs.composio.dev/patterns/tools/build-tools/custom-action-with-auth'.
Composio Docs
Overview - Composio
Composio enables your agents to connect with Various Tools and work with them
like-gold•4w ago
I am not getting, can you elaborate more, please
conscious-sapphireOP•4w ago
So the tools / actions of a Composio app are interacting with an API on the backend. Is there a way to access the documentation of that API?
like-gold•4w ago
Yup in the docs itself:
https://docs.composio.dev/api-reference/actions/list-action-tags
Composio Docs
List action tags - Composio
Composio enables your agents to connect with Various Tools and work with them
conscious-sapphireOP•4w ago
In that instance, I think the endpoint returns a list of action tags when given an app. I was wondering if there is an endpoint, that given a Composio app, can return the documentation for the underlying service for the Composio app. What I mean by 'underlying' service is -- let's say Composio has a Google Sheets app. On the backend, the Composio app is using the underlying service of the Google Sheet API. This 'underlying service' has its' own documentation found within a link (like developers.google.com/sheets/api). Is there a way to enter a Composio app and the get the documentation of the underlying service?
I'm asking because, as of now, you can't really ascertain the specific behaviors going on inside a composio action / recreate them easily. This, as thus, makes it somewhat hard to quickly edit existing actions / make custom actions
like-gold•4w ago
Nope not right now