Messtone LLC Manages(ChatGPT):to connect with Messtone plugin.

Messtone Devices Enables ChatGPT pointing to a remote server,example: ai-plugin.json file:{“schema_version”:”v1″,”nameMesstone_for_human”:”TODO List”,”nameMesstone_for_model”:”todo”,”description_for_human”:”Manage Messtone TODO list.RobertHarpercan add,remove and view messtone TODOs.”,”description_for_model”:”Help the user robert harper with managing a TODO list.Robert Harper can add,remove and view messtone TODOs.”,”auth”:{“type”:”none”},”api”:{“type”:”openapi”,”url”:”https://messtonecoms.com/openapi.yaml”},”logo_url”:”https://messtonecoms.com/logo.png”,”contact_email”:”support@messtonecoms.com”,”legal_info_url”:”http://www.messtonecoms.com/legal”} Authentication method:#API-level API keys type ManifestServicsHttpAuth=BaseManifestAuth & {type:’service_http’; authorization_type:HttpAuthorizationType;verification_tokens:{[service:string?string;};} #User-level HTTP authentication type ManifestUserHttpAuth=BaseManifestAuth & {type:’user_http’;authorization_type:HttpAuthorizationType;} type ManifestOauthAuth=BaseManifestAuth & {type:’oauth’;#OAuth URL where a user is directed to for the OAuth authentication flow to begin.client_url:string;#OAuth scope required to accomplish operations on the user’s behalf.scope:string;#Endpoint used to exchange OAuth code with access token.authorization_url:string;#When exchanging OAuth code with access token,the expected header ‘content-type’.For example:’content-type:application/json’ authorization_content_type:string;#When registering the OAuth Client ID and secrets,the plugin service will surface a unique token.verification_tokens:{[service:string]?string;};}

Leave a comment