Apideck Rest
Automate API interactions using REST endpoints defined in Apideck decks, streamlining workflows and data retrieval.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add apideck-rest npx -- -y @trustedskills/apideck-rest
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"apideck-rest": {
"command": "npx",
"args": [
"-y",
"@trustedskills/apideck-rest"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with REST APIs through Apideck. It handles authentication, request construction, and response parsing, simplifying API integration for your agent. You can use this skill to retrieve data from external services or trigger actions based on API calls.
When to use it
- Automating tasks: Retrieve weather information to inform daily schedules.
- Data enrichment: Fetch product details from an e-commerce API to enhance a knowledge base.
- System integration: Trigger actions in other systems, such as creating support tickets based on user requests.
- Real-time updates: Get live data from financial APIs for monitoring purposes.
Key capabilities
- REST API interaction via Apideck
- Authentication handling
- Request construction
- Response parsing
Example prompts
- "Get the current weather in London using the WeatherAPI."
- "Create a new customer in Salesforce with these details: [customer data]."
- "Retrieve all open orders from Shopify."
Tips & gotchas
- Requires an Apideck account and API connection setup.
- Ensure your agent has appropriate permissions to access the desired APIs through Apideck.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.