- web/: Local chat UI (Express + WS → Codex bridge) - openwebui/: Preset, pipelines, knowledge manifest - Dockerfile + docker-compose.yml - Updated README with 3 frontend options - CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
1.7 KiB
1.7 KiB
name, description, tools
| name | description | tools | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| gainsight-px | Interact directly with the Gainsight PX REST API to fetch user/account data or track events. |
|
Gainsight PX REST API Skill
This skill allows agents to natively interface with your Gainsight PX instance without needing an intermediate MCP server like Pipedream or Zapier.
Setup
You must export your API key before using the tools. You can generate an API key from your Gainsight PX Administration -> REST API section.
# Add this to your environment
export GAINSIGHT_PX_API_KEY="your-api-key-here"
# Optional: If you are in the EU region, set this flag. Default is US.
export GAINSIGHT_PX_REGION="EU"
How It Works
It uses a lightweight Python script (gainsight_px.py) that implements standard REST endpoints documented by Apiary (https://api.aptrinsic.com/v1/...).
Capabilities
- Lookups: Find exactly who a user is by ID or email.
- Account Context: Pull account metadata.
- Event Injection: Push arbitrary telemetry events natively.