Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epovest SDKs

With Epovest, businesses make AIs recommend them. From the questions their customers ask to the sources that shape the answers, everything is measured, dated and verifiable. And everything leads to action: where to appear, what to fix, and proof of what changed.

This repository holds the official clients of the Epovest API, one per language. Each one covers the whole REST API v1, one method per route.

Language Package Install Source
JavaScript, TypeScript epovest on npm npm install epovest js/
Python epovest on PyPI pip install epovest python/
PHP epovest/epovest-php on Packagist composer require epovest/epovest-php php/

The composer.json at the root is the manifest of the PHP package: Composer and Packagist read one package from one repository, and its code lives in php/.

The same API is also a Postman collection, 70 requests ready to send: import it, set your key once, and every request inherits it.

They are generated, and that is the point

The API describes itself in OpenAPI 3.1, served at epovest.com/docs/openapi.json. Every client here is written from that one file: the types of each route and each object, the method per operation, its summary, the scope of API key it takes and the name of the matching MCP tool.

The continuous integration replays each generator and refuses a difference, so what is published is what the description says. One capability keeps one name across the REST API, the MCP server and every SDK: an agent that moves from one surface to another learns nothing twice.

The API in one minute

Authorization: Bearer epo_...

Keys belong to an Epovest account and are created by its owner in the app. Scopes are chosen at creation: read, which every key has, and write, for creating and changing things.

The same surface is served as MCP tools at https://mcp.epovest.com/mcp, for agents that speak the Model Context Protocol.

Talking to us

Open an issue here for anything about these clients. For the API itself, POST /support/messages (the contact_support tool) reaches the humans behind Epovest, and the answer comes back in the same thread.

License

MIT. Epovest is a brand operated by Sels de Rehy, LLC, a limited liability company incorporated in the State of Delaware, United States.

About

The official Epovest SDKs for JavaScript, Python and PHP, generated from the OpenAPI description of the API. With Epovest, businesses make AIs recommend them.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages