Skip to main contentCells 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.
To add your endpoints:
- Click Upload OpenAPI Spec.
- 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.
- Add your Base URL, authentication tokens, or additional parameters if required.
- Once uploaded, OpenSesame automatically detects your endpoints and lists them in the panel.
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.
