Jiminny
Read Jiminny call and meeting activities, transcripts, summaries, coaching feedback, and automated reports via the Customer API.
Overview
Connect Jiminny so AI clients can read conversation intelligence data: activities (calls and meetings), transcripts, summaries, action items, coaching feedback, AI scorecards, webhooks (list/sample), and automated reports.
This integration is read-only. Creating or deleting webhooks and uploading activities are not included.
Prerequisites
- A Jiminny organization with API access
- An Admin or Owner role (required to generate API keys)
- A stackgate.ai account
Getting credentials
- Sign in to Jiminny on the host that matches your tenant:
- US: app.jiminny.com
- EU: app.jiminny.eu
- Go to Organisation Settings → General → API Key.
- Click Generate API Key (or Copy if one already exists). Treat the key as a secret.
- In stackgate.ai, open My Integrations → Jiminny.
- Paste the API key, select US or EU to match your tenant, and save.
See the Jiminny API help article and OpenAPI docs for endpoint details.
Using with AI clients
- Dedicated endpoint:
POST /mcp/jiminnywith a Sanctum bearer token - Private gateway: one config for all integrations — use
jiminny__*namespaced tools
See Documentation for HTTP authentication and private gateway setup.
Troubleshooting
- 422 integration not configured — complete the credential form in My Integrations with your API key and region.
- 401 Unauthorized — regenerate the API key in Organisation Settings and update My Integrations. Regenerating invalidates the previous key.
- 403 Forbidden — only Admins/Owners can create keys; confirm your role and that the region matches your tenant.
- 429 Too many requests — Jiminny rate-limits
getActivitiesmore strictly (~30/min); other endpoints are higher. Wait and retry with smaller date batches. - Empty or invalid activities list — provide a UTC
from_date/to_dateorupdated_from/updated_towindow under six months. - Summary or action items not ready — Jiminny may still be generating them; retry shortly after the activity finishes processing.
Available tools
-
get_organization
Return the authenticated Jiminny organization for the connected API key.
-
list_users
List users in the authenticated Jiminny organization (team is taken from the API key).
-
list_activities
List completed/processed Jiminny activities. Provide either from_date/to_date or updated_from/updated_to (UTC). Date window must be under six months. Page size is 500.
-
get_activity
Get a single completed Jiminny activity by UUID, including participants, CRM data, tracks, and coaching fields.
-
get_transcription
Get transcription segments for a Jiminny activity (who said what, and when).
-
get_summary
Get the transcription summary for a Jiminny activity. May return that the summary is still generating.
-
get_action_items
Get action items extracted from a Jiminny activity.
-
get_questions
Get playback questions associated with a Jiminny activity.
-
list_topic_triggers
List organization topic triggers configured for the authenticated Jiminny team.
-
get_matched_triggers
Get topic triggers that matched on a specific Jiminny activity.
-
get_ai_scorecard
Get AI scorecard results for a single Jiminny activity.
-
list_ai_scorecards
List AI scorecard results completed within a UTC date range (paginated).
-
list_listens
List listened/playback activity for a UTC date range, optionally filtered by user.
-
get_automated_call_scoring
Get automated call scoring data, optionally filtered by user and UTC date range.
-
list_comments
List comments, optionally filtered by user and UTC date range.
-
list_coaching_feedback
List coaching feedback in a UTC date range, optionally filtered by coach or coachee.
-
list_webhooks
List webhooks registered for the authenticated Jiminny organization.
-
get_webhook_sample
Get a sample webhook payload for a given Jiminny trigger type.
-
list_automated_reports
List automated (exec) reports. Page size is 100.
-
get_automated_report
Get a single automated report by UUID.
-
get_automated_report_status
Get the generation status of an automated report.
-
download_automated_report
Get a short-lived presigned download URL for an automated report artifact (PDF or audio). Does not stream the file bytes.
MCP endpoint:
https://stackgate.ai/mcp/jiminny
(HTTP) or via the
private gateway.