Skip to main content
Cells can connect directly to your APIs. When you upload an API specification, OpenSesame automatically builds an MCP server behind the scenes. This allows your users to interact with your API through natural language. Screenshot 2025-10-15 at 4.31.00 PM.png To add your endpoints:
  1. Click Upload OpenAPI Spec.
  2. Choose your .yaml or .json file. This file can come from your existing Swagger or OpenAPI documentation.
    • If you do not have a spec file, contact our team and we can generate one for you.
    • You can also enrich your file with additional endpoint descriptions to improve response quality.
Screenshot 2025-10-15 at 4.34.02 PM.png
  1. Add your Base URL, authentication tokens, or additional parameters if required.
  2. Once uploaded, OpenSesame automatically detects your endpoints and lists them in the panel.
Screenshot 2025-10-15 at 4.34.45 PM.png You can review each endpoint, view its details, and import the ones you want your Cell to use. Imported endpoints become part of the Cell’s knowledge and action set. We also support GraphQL endpoints. Simply provide the schema in the same upload flow. After importing, your Cell can call these endpoints in real time, turning your existing API into an interactive agent that your users can chat with or embed directly into your product. Screenshot 2025-10-15 at 4.35.13 PM.png
I