API REST
Due interfacce, un unico backend. Gli agenti parlano con il server MCP; i tuoi servizi chiamano l<rest>API REST</rest>. Entrambe portano la stessa chiave, gli stessi scope e la stessa cassaforte crittografata dei token: Modiva custodisce ancora ogni credenziale OAuth.
Base URL https://api.modiva.ai/v1 Auth Authorization: Bearer mk_live_…
Endpoint
Esempio
curl https://api.modiva.ai/v1/social/posts \
-H "Authorization: Bearer mk_live_…" \
-H "Content-Type: application/json" \
-d '{ "profile_id": "acme", "text": "Launching today" }'