synthos 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/default-pages/application/page.html +42 -0
- package/default-pages/application/page.json +10 -0
- package/default-pages/elevenlabs_effects_studio/page.html +1363 -0
- package/default-pages/elevenlabs_effects_studio/page.json +11 -0
- package/default-pages/elevenlabs_voice_studio/page.html +801 -0
- package/default-pages/elevenlabs_voice_studio/page.json +11 -0
- package/default-pages/{json_tools.html → json_tools/page.html} +13 -11
- package/default-pages/json_tools/page.json +10 -0
- package/default-pages/my_notes/notes/a1b2c3d4-e5f6-7890-abcd-ef1234567890.json +5 -0
- package/default-pages/my_notes/page.html +132 -0
- package/default-pages/{my_notes.json → my_notes/page.json} +2 -2
- package/default-pages/neon_asteroids/files/Ambient_Space.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Ambient_Space2.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Ambient_Space3.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Asteroid_Explosion.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Hyperspace_Jump.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Laser_Fire.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Menu_Navigate.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Power_Up_Collect.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Saucer_Alert.mp3 +0 -0
- package/default-pages/neon_asteroids/files/Ship_Thrust.mp3 +0 -0
- package/default-pages/neon_asteroids/files/effects.json +74 -0
- package/default-pages/neon_asteroids/page.html +1822 -0
- package/default-pages/{neon_asteroids.json → neon_asteroids/page.json} +3 -3
- package/default-pages/{oregon_trail.html → oregon_trail/page.html} +14 -12
- package/default-pages/{oregon_trail.json → oregon_trail/page.json} +2 -2
- package/default-pages/retro_game_starter/page.html +1308 -0
- package/default-pages/retro_game_starter/page.json +12 -0
- package/default-pages/{sidebar_page.html → sidebar_page/page.html} +12 -10
- package/default-pages/sidebar_page/page.json +10 -0
- package/default-pages/{solar_explorer.html → solar_explorer/page.html} +14 -11
- package/default-pages/{solar_explorer.json → solar_explorer/page.json} +2 -2
- package/default-pages/{solar_tutorial.html → solar_tutorial/page.html} +12 -10
- package/default-pages/solar_tutorial/page.json +10 -0
- package/default-pages/{two-panel_page.html → two-panel_page/page.html} +13 -11
- package/default-pages/two-panel_page/page.json +10 -0
- package/default-pages/{us_map.html → us_map/page.html} +193 -192
- package/default-pages/{us_map.json → us_map/page.json} +12 -12
- package/default-pages/{us_map_1850.html → us_map_1850/page.html} +326 -325
- package/default-pages/{us_map_1850.json → us_map_1850/page.json} +12 -12
- package/default-pages/{western_cities_1850.html → western_cities_1850/page.html} +527 -526
- package/default-pages/{western_cities_1850.json → western_cities_1850/page.json} +12 -12
- package/default-themes/aurora-dawn.json +19 -0
- package/default-themes/aurora-dawn.v3.css +198 -0
- package/default-themes/aurora-dusk.json +19 -0
- package/default-themes/aurora-dusk.v3.css +200 -0
- package/default-themes/cosmos-dawn.json +19 -0
- package/default-themes/cosmos-dawn.v3.css +198 -0
- package/default-themes/cosmos-dusk.json +19 -0
- package/default-themes/cosmos-dusk.v3.css +200 -0
- package/default-themes/high-contrast-dark.json +19 -0
- package/default-themes/high-contrast-dark.v3.css +200 -0
- package/default-themes/high-contrast-light.json +19 -0
- package/default-themes/high-contrast-light.v3.css +198 -0
- package/default-themes/nebula-dawn.v2.css +110 -0
- package/default-themes/nebula-dawn.v3.css +199 -0
- package/default-themes/nebula-dusk.v2.css +104 -0
- package/default-themes/nebula-dusk.v3.css +201 -0
- package/default-themes/solar-flare-dawn.json +19 -0
- package/default-themes/solar-flare-dawn.v3.css +198 -0
- package/default-themes/solar-flare-dusk.json +19 -0
- package/default-themes/solar-flare-dusk.v3.css +200 -0
- package/dist/agents/index.d.ts +1 -1
- package/dist/agents/index.d.ts.map +1 -1
- package/dist/agents/index.js +2 -1
- package/dist/agents/index.js.map +1 -1
- package/dist/agents/openclaw/gatewayManager.d.ts +4 -0
- package/dist/agents/openclaw/gatewayManager.d.ts.map +1 -1
- package/dist/agents/openclaw/gatewayManager.js +27 -11
- package/dist/agents/openclaw/gatewayManager.js.map +1 -1
- package/dist/agents/openclaw/openclawProvider.d.ts.map +1 -1
- package/dist/agents/openclaw/openclawProvider.js +2 -4
- package/dist/agents/openclaw/openclawProvider.js.map +1 -1
- package/dist/agents/openclaw/sshTunnelManager.d.ts +2 -0
- package/dist/agents/openclaw/sshTunnelManager.d.ts.map +1 -1
- package/dist/agents/openclaw/sshTunnelManager.js +31 -12
- package/dist/agents/openclaw/sshTunnelManager.js.map +1 -1
- package/dist/builders/anthropic.d.ts +31 -0
- package/dist/builders/anthropic.d.ts.map +1 -0
- package/dist/builders/anthropic.js +227 -0
- package/dist/builders/anthropic.js.map +1 -0
- package/dist/builders/fireworksai.d.ts +9 -0
- package/dist/builders/fireworksai.d.ts.map +1 -0
- package/dist/builders/fireworksai.js +57 -0
- package/dist/builders/fireworksai.js.map +1 -0
- package/dist/builders/index.d.ts +13 -0
- package/dist/builders/index.d.ts.map +1 -0
- package/dist/builders/index.js +31 -0
- package/dist/builders/index.js.map +1 -0
- package/dist/builders/openai.d.ts +8 -0
- package/dist/builders/openai.d.ts.map +1 -0
- package/dist/builders/openai.js +87 -0
- package/dist/builders/openai.js.map +1 -0
- package/dist/builders/types.d.ts +54 -0
- package/dist/builders/types.d.ts.map +1 -0
- package/dist/builders/types.js +211 -0
- package/dist/builders/types.js.map +1 -0
- package/dist/connectors/index.d.ts.map +1 -1
- package/dist/connectors/index.js +3 -2
- package/dist/connectors/index.js.map +1 -1
- package/dist/connectors/registry.d.ts +2 -1
- package/dist/connectors/registry.d.ts.map +1 -1
- package/dist/connectors/registry.js +31 -8
- package/dist/connectors/registry.js.map +1 -1
- package/dist/customizer/Customizer.d.ts +57 -0
- package/dist/customizer/Customizer.d.ts.map +1 -0
- package/dist/customizer/Customizer.js +124 -0
- package/dist/customizer/Customizer.js.map +1 -0
- package/dist/customizer/index.d.ts.map +1 -0
- package/dist/customizer/index.js +9 -0
- package/dist/customizer/index.js.map +1 -0
- package/dist/files.d.ts +16 -0
- package/dist/files.d.ts.map +1 -1
- package/dist/files.js +60 -1
- package/dist/files.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/init.d.ts +10 -6
- package/dist/init.d.ts.map +1 -1
- package/dist/init.js +96 -113
- package/dist/init.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +23 -10
- package/dist/migrations.js.map +1 -1
- package/dist/models/anthropic.d.ts +4 -2
- package/dist/models/anthropic.d.ts.map +1 -1
- package/dist/models/anthropic.js +33 -6
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/fireworksai.d.ts.map +1 -1
- package/dist/models/fireworksai.js +9 -1
- package/dist/models/fireworksai.js.map +1 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +2 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/openai.d.ts +1 -1
- package/dist/models/openai.d.ts.map +1 -1
- package/dist/models/openai.js +24 -3
- package/dist/models/openai.js.map +1 -1
- package/dist/models/types.d.ts +20 -1
- package/dist/models/types.d.ts.map +1 -1
- package/dist/models/types.js +6 -1
- package/dist/models/types.js.map +1 -1
- package/dist/pages.d.ts +30 -7
- package/dist/pages.d.ts.map +1 -1
- package/dist/pages.js +177 -55
- package/dist/pages.js.map +1 -1
- package/dist/service/server.d.ts.map +1 -1
- package/dist/service/server.js +37 -8
- package/dist/service/server.js.map +1 -1
- package/dist/service/transformPage.d.ts +47 -20
- package/dist/service/transformPage.d.ts.map +1 -1
- package/dist/service/transformPage.js +514 -293
- package/dist/service/transformPage.js.map +1 -1
- package/dist/service/useAgentRoutes.d.ts +2 -1
- package/dist/service/useAgentRoutes.d.ts.map +1 -1
- package/dist/service/useAgentRoutes.js +5 -2
- package/dist/service/useAgentRoutes.js.map +1 -1
- package/dist/service/useApiRoutes.d.ts.map +1 -1
- package/dist/service/useApiRoutes.js +237 -136
- package/dist/service/useApiRoutes.js.map +1 -1
- package/dist/service/useConnectorRoutes.js +6 -6
- package/dist/service/useConnectorRoutes.js.map +1 -1
- package/dist/service/useFileRoutes.d.ts +4 -0
- package/dist/service/useFileRoutes.d.ts.map +1 -0
- package/dist/service/useFileRoutes.js +122 -0
- package/dist/service/useFileRoutes.js.map +1 -0
- package/dist/service/usePageRoutes.d.ts.map +1 -1
- package/dist/service/usePageRoutes.js +648 -67
- package/dist/service/usePageRoutes.js.map +1 -1
- package/dist/service/useSharedDataRoutes.d.ts +4 -0
- package/dist/service/useSharedDataRoutes.d.ts.map +1 -0
- package/dist/service/useSharedDataRoutes.js +104 -0
- package/dist/service/useSharedDataRoutes.js.map +1 -0
- package/dist/service/useSharedFileRoutes.d.ts +4 -0
- package/dist/service/useSharedFileRoutes.d.ts.map +1 -0
- package/dist/service/useSharedFileRoutes.js +121 -0
- package/dist/service/useSharedFileRoutes.js.map +1 -0
- package/dist/settings.d.ts +1 -0
- package/dist/settings.d.ts.map +1 -1
- package/dist/settings.js +1 -0
- package/dist/settings.js.map +1 -1
- package/dist/synthos-cli.d.ts.map +1 -1
- package/dist/synthos-cli.js +4 -3
- package/dist/synthos-cli.js.map +1 -1
- package/dist/themes.d.ts +1 -0
- package/dist/themes.d.ts.map +1 -1
- package/dist/themes.js +28 -15
- package/dist/themes.js.map +1 -1
- package/migration-rules/v1-to-v2.md +193 -0
- package/migration-rules/v2-to-v3.md +481 -0
- package/package.json +11 -10
- package/required-pages/builder/page.html +43 -0
- package/required-pages/builder/page.json +10 -0
- package/required-pages/{pages.html → pages/page.html} +238 -233
- package/required-pages/pages/page.json +10 -0
- package/required-pages/{settings.html → settings/page.html} +389 -275
- package/required-pages/settings/page.json +10 -0
- package/required-pages/synthos_apis/page.html +846 -0
- package/required-pages/synthos_apis/page.json +10 -0
- package/required-pages/{synthos_scripts.html → synthos_scripts/page.html} +13 -11
- package/required-pages/synthos_scripts/page.json +10 -0
- package/src/agents/index.ts +1 -1
- package/src/agents/openclaw/gatewayManager.ts +22 -11
- package/src/agents/openclaw/openclawProvider.ts +2 -4
- package/src/agents/openclaw/sshTunnelManager.ts +19 -11
- package/src/builders/anthropic.ts +283 -0
- package/src/builders/fireworksai.ts +59 -0
- package/src/builders/index.ts +33 -0
- package/src/builders/openai.ts +89 -0
- package/src/builders/types.ts +261 -0
- package/src/connectors/index.ts +1 -1
- package/src/connectors/registry.ts +28 -8
- package/src/customizer/Customizer.ts +151 -0
- package/src/customizer/index.ts +5 -0
- package/src/files.ts +57 -0
- package/src/index.ts +2 -1
- package/src/init.ts +137 -123
- package/src/migrations.ts +30 -10
- package/src/models/anthropic.ts +40 -10
- package/src/models/fireworksai.ts +9 -2
- package/src/models/index.ts +1 -1
- package/src/models/openai.ts +26 -6
- package/src/models/types.ts +31 -1
- package/src/pages.ts +176 -54
- package/src/service/server.ts +36 -9
- package/src/service/transformPage.ts +557 -326
- package/src/service/useAgentRoutes.ts +7 -2
- package/src/service/useApiRoutes.ts +150 -41
- package/src/service/useConnectorRoutes.ts +7 -7
- package/src/service/useFileRoutes.ts +127 -0
- package/src/service/usePageRoutes.ts +720 -73
- package/src/service/useSharedDataRoutes.ts +106 -0
- package/src/service/useSharedFileRoutes.ts +126 -0
- package/src/settings.ts +2 -0
- package/src/synthos-cli.ts +4 -3
- package/src/themes.ts +25 -14
- package/static-files/favicon.svg +12 -0
- package/static-files/fluentlm-instructions.llmd +868 -0
- package/static-files/fluentlm-instructions.md +1595 -0
- package/static-files/fluentlm.css +4844 -0
- package/static-files/fluentlm.js +3602 -0
- package/static-files/fluentlm.min.css +1 -0
- package/static-files/fluentlm.min.js +1 -0
- package/{page-scripts/helpers-v2.js → static-files/helpers.v3.js} +82 -0
- package/static-files/page.v3.js +1290 -0
- package/static-files/recommended-frameworks.llmd +81 -0
- package/static-files/recommended-frameworks.md +137 -0
- package/static-files/retro-game.js +877 -0
- package/static-files/shell.css +797 -0
- package/static-files/theme-dark.css +169 -0
- package/static-files/theme-light.css +169 -0
- package/tests/builders.spec.ts +139 -0
- package/tests/pages.spec.ts +8 -8
- package/tests/transformPage.spec.ts +299 -360
- package/default-pages/application.html +0 -40
- package/default-pages/application.json +0 -1
- package/default-pages/json_tools.json +0 -1
- package/default-pages/my_notes.html +0 -33
- package/default-pages/neon_asteroids.html +0 -77
- package/default-pages/sidebar_page.json +0 -1
- package/default-pages/solar_tutorial.json +0 -1
- package/default-pages/two-panel_page.json +0 -1
- package/dist/agents/a2a/a2aProvider.d.ts +0 -3
- package/dist/agents/discovery.d.ts +0 -30
- package/dist/agents/openclaw/openclawProvider.d.ts +0 -3
- package/dist/agents/types.d.ts +0 -64
- package/dist/connectors/index.d.ts +0 -3
- package/dist/connectors/types.d.ts +0 -84
- package/dist/index.d.ts +0 -7
- package/dist/migrations.d.ts +0 -12
- package/dist/models/chainOfThought.d.ts +0 -12
- package/dist/models/fireworksai.d.ts +0 -30
- package/dist/models/logCompletePrompt.d.ts +0 -3
- package/dist/models/providers.d.ts +0 -8
- package/dist/models/utils.d.ts +0 -6
- package/dist/scripts.d.ts +0 -15
- package/dist/service/createCompletePrompt.d.ts +0 -5
- package/dist/service/debugLog.d.ts +0 -11
- package/dist/service/generateImage.d.ts +0 -32
- package/dist/service/index.d.ts +0 -8
- package/dist/service/modelInstructions.d.ts +0 -7
- package/dist/service/requiresSettings.d.ts +0 -3
- package/dist/service/server.d.ts +0 -4
- package/dist/service/useApiRoutes.d.ts +0 -4
- package/dist/service/useConnectorRoutes.d.ts +0 -4
- package/dist/service/useDataRoutes.d.ts +0 -4
- package/dist/service/useGatewayRoutes.d.ts +0 -4
- package/dist/service/useGatewayRoutes.d.ts.map +0 -1
- package/dist/service/useGatewayRoutes.js +0 -168
- package/dist/service/useGatewayRoutes.js.map +0 -1
- package/dist/service/usePageRoutes.d.ts +0 -5
- package/dist/synthos-cli.d.ts +0 -2
- package/page-scripts/page-v2.js +0 -656
- package/required-pages/builder.html +0 -48
- package/required-pages/builder.json +0 -1
- package/required-pages/pages.json +0 -1
- package/required-pages/settings.json +0 -1
- package/required-pages/synthos_apis.html +0 -327
- package/required-pages/synthos_apis.json +0 -1
- package/required-pages/synthos_scripts.json +0 -1
- package/src/connectors/airtable/connector.json +0 -27
- package/src/connectors/alpha-vantage/connector.json +0 -26
- package/src/connectors/brave-search/connector.json +0 -26
- package/src/connectors/cloudinary/connector.json +0 -27
- package/src/connectors/deepl/connector.json +0 -28
- package/src/connectors/elevenlabs/connector.json +0 -30
- package/src/connectors/giphy/connector.json +0 -27
- package/src/connectors/github/connector.json +0 -29
- package/src/connectors/huggingface/connector.json +0 -27
- package/src/connectors/imgur/connector.json +0 -29
- package/src/connectors/instagram/connector.json +0 -43
- package/src/connectors/jira/connector.json +0 -28
- package/src/connectors/mapbox/connector.json +0 -26
- package/src/connectors/nasa/connector.json +0 -27
- package/src/connectors/newsapi/connector.json +0 -27
- package/src/connectors/notion/connector.json +0 -28
- package/src/connectors/open-exchange-rates/connector.json +0 -27
- package/src/connectors/openweathermap/connector.json +0 -26
- package/src/connectors/pexels/connector.json +0 -27
- package/src/connectors/resend/connector.json +0 -29
- package/src/connectors/rss2json/connector.json +0 -27
- package/src/connectors/sendgrid/connector.json +0 -27
- package/src/connectors/spoonacular/connector.json +0 -28
- package/src/connectors/stability-ai/connector.json +0 -27
- package/src/connectors/twilio/connector.json +0 -28
- package/src/connectors/unsplash/connector.json +0 -27
- package/src/connectors/wolfram-alpha/connector.json +0 -26
- package/src/connectors/youtube-data/connector.json +0 -30
- /package/{dist/connectors → service-connectors}/airtable/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/alpha-vantage/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/brave-search/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/cloudinary/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/deepl/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/elevenlabs/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/giphy/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/github/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/huggingface/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/imgur/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/instagram/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/jira/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/mapbox/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/nasa/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/newsapi/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/notion/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/open-exchange-rates/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/openweathermap/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/pexels/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/resend/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/rss2json/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/sendgrid/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/spoonacular/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/stability-ai/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/twilio/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/unsplash/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/wolfram-alpha/connector.json +0 -0
- /package/{dist/connectors → service-connectors}/youtube-data/connector.json +0 -0
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "giphy",
|
|
3
|
-
"name": "Giphy",
|
|
4
|
-
"category": "Media",
|
|
5
|
-
"description": "Search and discover GIFs, stickers, and animated content. The world's largest GIF library.",
|
|
6
|
-
"baseUrl": "https://api.giphy.com",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "api_key",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search GIFs: GET /v1/gifs/search?q={term}&limit=10",
|
|
14
|
-
"Trending: GET /v1/gifs/trending?limit=10",
|
|
15
|
-
"Random: GET /v1/gifs/random?tag={term}",
|
|
16
|
-
"Response: { data: [{ images: { original: { url }, fixed_height: { url } }, title }] }",
|
|
17
|
-
"Display with: <img src=\"{images.fixed_height.url}\">"
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://developers.giphy.com/dashboard/",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create a GIPHY developer account",
|
|
23
|
-
"Create a new app on the dashboard",
|
|
24
|
-
"Copy the API key from your app settings"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "github",
|
|
3
|
-
"name": "GitHub",
|
|
4
|
-
"category": "Developer",
|
|
5
|
-
"description": "Access GitHub repositories, issues, pull requests, and more via the GitHub REST API.",
|
|
6
|
-
"baseUrl": "https://api.github.com",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Personal Access Token", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Get user: GET /user",
|
|
14
|
-
"List repos: GET /user/repos?sort=updated&per_page=10",
|
|
15
|
-
"Get repo: GET /repos/{owner}/{repo}",
|
|
16
|
-
"List issues: GET /repos/{owner}/{repo}/issues",
|
|
17
|
-
"Create issue: POST /repos/{owner}/{repo}/issues with body: { title, body }",
|
|
18
|
-
"All requests should include header Accept: application/vnd.github+json."
|
|
19
|
-
],
|
|
20
|
-
"onboarding": {
|
|
21
|
-
"url": "https://github.com/settings/tokens",
|
|
22
|
-
"steps": [
|
|
23
|
-
"Go to github.com/settings/tokens",
|
|
24
|
-
"Generate a new token (classic or fine-grained)",
|
|
25
|
-
"Select the scopes you need (e.g. repo, read:user)",
|
|
26
|
-
"Copy the generated token"
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "huggingface",
|
|
3
|
-
"name": "Hugging Face",
|
|
4
|
-
"category": "AI",
|
|
5
|
-
"description": "Access thousands of AI models for text generation, image classification, NLP, and more via the Inference API.",
|
|
6
|
-
"baseUrl": "https://api-inference.huggingface.co",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Token", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Run inference: POST /models/{model-id}",
|
|
14
|
-
" Example (text generation): POST /models/gpt2 with body: { inputs: \"Hello world\" }",
|
|
15
|
-
" Example (sentiment): POST /models/distilbert-base-uncased-finetuned-sst-2-english with body: { inputs: \"I love this!\" }",
|
|
16
|
-
"Response format varies by model task type.",
|
|
17
|
-
"Free tier: rate-limited, models may need to warm up (first request may be slow)."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://huggingface.co/join",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create an account at huggingface.co",
|
|
23
|
-
"Go to Settings > Access Tokens",
|
|
24
|
-
"Create a new token with read permissions and copy it"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "imgur",
|
|
3
|
-
"name": "Imgur",
|
|
4
|
-
"category": "Image",
|
|
5
|
-
"description": "Image hosting and sharing. Upload images, create albums, and browse the Imgur gallery.",
|
|
6
|
-
"baseUrl": "https://api.imgur.com",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Client ID", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Upload image: POST /3/image with body: { image: \"<base64 or URL>\", title: \"...\" }",
|
|
14
|
-
"Get image: GET /3/image/{imageHash}",
|
|
15
|
-
"Get album: GET /3/album/{albumHash}",
|
|
16
|
-
"Response (upload): { data: { id, link, deletehash, width, height } }",
|
|
17
|
-
"IMPORTANT: Save your key as 'Client-ID YOUR_CLIENT_ID' (the proxy sends raw header value).",
|
|
18
|
-
"Free tier: 1,250 uploads/day, 12,500 requests/day."
|
|
19
|
-
],
|
|
20
|
-
"onboarding": {
|
|
21
|
-
"url": "https://api.imgur.com/oauth2/addclient",
|
|
22
|
-
"steps": [
|
|
23
|
-
"Create an Imgur account if you don't have one",
|
|
24
|
-
"Register an application at api.imgur.com/oauth2/addclient",
|
|
25
|
-
"Select 'OAuth 2 authorization without a callback URL'",
|
|
26
|
-
"Copy your Client ID from the confirmation page"
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "instagram",
|
|
3
|
-
"name": "Instagram",
|
|
4
|
-
"category": "Social",
|
|
5
|
-
"description": "Post photos and videos to Instagram via the Instagram Graph API.",
|
|
6
|
-
"baseUrl": "https://graph.facebook.com/v21.0",
|
|
7
|
-
"authStrategy": "oauth2",
|
|
8
|
-
"authKey": "access_token",
|
|
9
|
-
"authorizationUrl": "https://www.facebook.com/v21.0/dialog/oauth",
|
|
10
|
-
"tokenUrl": "https://graph.facebook.com/v21.0/oauth/access_token",
|
|
11
|
-
"scopes": [
|
|
12
|
-
"instagram_basic",
|
|
13
|
-
"instagram_content_publish",
|
|
14
|
-
"pages_show_list",
|
|
15
|
-
"pages_read_engagement"
|
|
16
|
-
],
|
|
17
|
-
"fields": [
|
|
18
|
-
{ "name": "clientId", "label": "App ID", "type": "text" },
|
|
19
|
-
{ "name": "clientSecret", "label": "App Secret", "type": "password" }
|
|
20
|
-
],
|
|
21
|
-
"hints": [
|
|
22
|
-
"Publishing flow (two-step):",
|
|
23
|
-
" 1. Create media container: POST /{ig-user-id}/media",
|
|
24
|
-
" Body (photo): { image_url, caption }",
|
|
25
|
-
" Body (reel/video): { video_url, caption, media_type: \"REELS\" }",
|
|
26
|
-
" Response: { id: \"<container-id>\" }",
|
|
27
|
-
" 2. Publish container: POST /{ig-user-id}/media_publish",
|
|
28
|
-
" Body: { creation_id: \"<container-id>\" }",
|
|
29
|
-
" Response: { id: \"<media-id>\" }",
|
|
30
|
-
"IMPORTANT: Do NOT include access_token in body or query params — the proxy attaches it automatically.",
|
|
31
|
-
"IMPORTANT: Images must be publicly accessible URLs. Use a hosting service or the data API to serve local images.",
|
|
32
|
-
"Rate limit: 25 posts per 24-hour period.",
|
|
33
|
-
"Requires a Business or Creator Instagram account linked to a Facebook Page."
|
|
34
|
-
],
|
|
35
|
-
"onboarding": {
|
|
36
|
-
"url": "https://developers.facebook.com/",
|
|
37
|
-
"steps": [
|
|
38
|
-
"Create a Meta developer account at developers.facebook.com",
|
|
39
|
-
"Create a new app and add the Instagram Graph API product",
|
|
40
|
-
"Get your App ID and App Secret from Settings > Basic"
|
|
41
|
-
]
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "jira",
|
|
3
|
-
"name": "Jira",
|
|
4
|
-
"category": "Developer",
|
|
5
|
-
"description": "Project management and issue tracking. Search, create, and update Jira issues via the REST API.",
|
|
6
|
-
"baseUrl": "https://your-domain.atlassian.net",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Auth (Base64 email:token)", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search issues: GET /rest/api/3/search?jql={JQL}",
|
|
14
|
-
"Get issue: GET /rest/api/3/issue/{issueKey}",
|
|
15
|
-
"Create issue: POST /rest/api/3/issue with body: { fields: { project: { key }, summary, issuetype: { name } } }",
|
|
16
|
-
"IMPORTANT: Jira uses Basic auth. Save your key as 'Basic base64(email:api_token)'.",
|
|
17
|
-
"IMPORTANT: Update baseUrl to your Atlassian domain (e.g. https://mycompany.atlassian.net)."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://id.atlassian.com/manage-profile/security/api-tokens",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Log in to your Atlassian account",
|
|
23
|
-
"Go to Account Settings > Security > API tokens",
|
|
24
|
-
"Create a new API token and copy it",
|
|
25
|
-
"Base64-encode 'your-email@example.com:api-token' and paste as your key"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "mapbox",
|
|
3
|
-
"name": "Mapbox",
|
|
4
|
-
"category": "Geo",
|
|
5
|
-
"description": "Maps, geocoding, directions, and location search. Build location-aware applications.",
|
|
6
|
-
"baseUrl": "https://api.mapbox.com",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "access_token",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Access Token", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Geocoding: GET /geocoding/v5/mapbox.places/{query}.json",
|
|
14
|
-
"Directions: GET /directions/v5/mapbox/driving/{lon1},{lat1};{lon2},{lat2}",
|
|
15
|
-
"Static map image: GET /styles/v1/mapbox/streets-v12/static/{lon},{lat},{zoom}/600x400",
|
|
16
|
-
"Response (geocoding): { features: [{ place_name, center: [lon, lat] }] }"
|
|
17
|
-
],
|
|
18
|
-
"onboarding": {
|
|
19
|
-
"url": "https://account.mapbox.com/auth/signup/",
|
|
20
|
-
"steps": [
|
|
21
|
-
"Create an account at mapbox.com",
|
|
22
|
-
"Go to your Account page",
|
|
23
|
-
"Copy your default public token or create a new one"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "nasa",
|
|
3
|
-
"name": "NASA",
|
|
4
|
-
"category": "Science",
|
|
5
|
-
"description": "Access NASA's open data APIs including astronomy photos, Mars rover images, and asteroid tracking.",
|
|
6
|
-
"baseUrl": "https://api.nasa.gov",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "api_key",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Astronomy Picture of the Day: GET /planetary/apod",
|
|
14
|
-
"Mars Rover Photos: GET /mars-photos/api/v1/rovers/curiosity/photos?sol=1000",
|
|
15
|
-
"Asteroids NeoWS: GET /neo/rest/v1/feed?start_date=2024-01-01&end_date=2024-01-07",
|
|
16
|
-
"Response (APOD): { title, explanation, url, hdurl, media_type }",
|
|
17
|
-
"Free tier: 1,000 requests/hour. DEMO_KEY works for testing (30 req/hr)."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://api.nasa.gov/",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Visit api.nasa.gov",
|
|
23
|
-
"Fill in the sign-up form to get an API key",
|
|
24
|
-
"Check your email for the API key"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "newsapi",
|
|
3
|
-
"name": "NewsAPI",
|
|
4
|
-
"category": "News",
|
|
5
|
-
"description": "Search and retrieve news articles from thousands of sources worldwide. Headlines, everything search, and source discovery.",
|
|
6
|
-
"baseUrl": "https://newsapi.org",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "X-Api-Key",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Top headlines: GET /v2/top-headlines?country=us&category=technology",
|
|
14
|
-
"Everything search: GET /v2/everything?q={query}&sortBy=publishedAt",
|
|
15
|
-
"Sources: GET /v2/top-headlines/sources",
|
|
16
|
-
"Response: { articles: [{ title, description, url, urlToImage, publishedAt, source: { name } }] }",
|
|
17
|
-
"Free tier: 100 requests/day, 1-month-old articles only."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://newsapi.org/register",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create an account at newsapi.org",
|
|
23
|
-
"After registering, your API key is shown on the dashboard",
|
|
24
|
-
"Copy the API key"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "notion",
|
|
3
|
-
"name": "Notion",
|
|
4
|
-
"category": "Productivity",
|
|
5
|
-
"description": "Workspace API for pages, databases, and blocks. Read and write Notion content programmatically.",
|
|
6
|
-
"baseUrl": "https://api.notion.com",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Integration Token", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search: POST /v1/search with body: { query: \"...\", filter: { property: \"object\", value: \"page\" } }",
|
|
14
|
-
"Get page: GET /v1/pages/{page_id}",
|
|
15
|
-
"Query database: POST /v1/databases/{database_id}/query",
|
|
16
|
-
"IMPORTANT: All requests must include header Notion-Version: 2022-06-28.",
|
|
17
|
-
"Pages must be shared with your integration before they can be accessed."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://www.notion.so/my-integrations",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Go to notion.so/my-integrations",
|
|
23
|
-
"Create a new internal integration",
|
|
24
|
-
"Copy the Internal Integration Token",
|
|
25
|
-
"Share your Notion pages/databases with the integration"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "open-exchange-rates",
|
|
3
|
-
"name": "Open Exchange Rates",
|
|
4
|
-
"category": "Finance",
|
|
5
|
-
"description": "Currency exchange rates and conversion. Real-time and historical forex data for 170+ currencies.",
|
|
6
|
-
"baseUrl": "https://openexchangerates.org",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "app_id",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "App ID", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Latest rates: GET /api/latest.json",
|
|
14
|
-
"Historical: GET /api/historical/{YYYY-MM-DD}.json",
|
|
15
|
-
"Currencies list: GET /api/currencies.json",
|
|
16
|
-
"Response: { base: \"USD\", rates: { EUR: 0.92, GBP: 0.79, ... } }",
|
|
17
|
-
"Free tier: 1,000 requests/month, USD base only."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://openexchangerates.org/signup/free",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create a free account at openexchangerates.org",
|
|
23
|
-
"Go to your App IDs page in the dashboard",
|
|
24
|
-
"Copy your App ID"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "openweathermap",
|
|
3
|
-
"name": "OpenWeatherMap",
|
|
4
|
-
"category": "Weather",
|
|
5
|
-
"description": "Real-time weather data, forecasts, and historical weather information for any location worldwide.",
|
|
6
|
-
"baseUrl": "https://api.openweathermap.org",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "appid",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Current weather: GET /data/2.5/weather?q={city}&units=metric",
|
|
14
|
-
"5-day forecast: GET /data/2.5/forecast?q={city}&units=metric",
|
|
15
|
-
"Response: { main: { temp, humidity }, weather: [{ description }], wind: { speed } }",
|
|
16
|
-
"Use units=metric for Celsius or units=imperial for Fahrenheit."
|
|
17
|
-
],
|
|
18
|
-
"onboarding": {
|
|
19
|
-
"url": "https://home.openweathermap.org/users/sign_up",
|
|
20
|
-
"steps": [
|
|
21
|
-
"Create an account at openweathermap.org",
|
|
22
|
-
"Go to API Keys in your account dashboard",
|
|
23
|
-
"Copy your default API key (or generate a new one)"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "pexels",
|
|
3
|
-
"name": "Pexels",
|
|
4
|
-
"category": "Image",
|
|
5
|
-
"description": "Free stock photos and videos. Search a curated library of high-quality, royalty-free images and video clips.",
|
|
6
|
-
"baseUrl": "https://api.pexels.com",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search photos: GET https://api.pexels.com/v1/search?query={term}&per_page=10 — params: query (required), orientation (landscape|portrait|square), size (large|medium|small), color (red|orange|yellow|green|turquoise|blue|violet|pink|brown|black|gray|white|#hex), page (default:1), per_page (default:15, max:80)",
|
|
14
|
-
"Get a Photo by ID: GET https://api.pexels.com/v1/photos/{id} — params: id (required)",
|
|
15
|
-
"Response (search&get): { photos: [{ id, width, height, src: { original, large, medium, small, tiny }, alt, photographer }] }",
|
|
16
|
-
"Whenever you are doing an API request make sure to show a prominent link to Pexels. You can use a text link (e.g. 'Photos provided by Pexels').",
|
|
17
|
-
"Rate limit: 200 requests/hour, 20,000 requests/month."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://www.pexels.com/api",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create an account at pexels.com",
|
|
23
|
-
"Go to pexels.com/api to request API access",
|
|
24
|
-
"Copy your API key from the dashboard"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "resend",
|
|
3
|
-
"name": "Resend",
|
|
4
|
-
"category": "Communication",
|
|
5
|
-
"description": "Modern email delivery API. Send transactional emails with a clean, developer-friendly interface.",
|
|
6
|
-
"baseUrl": "https://api.resend.com",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Send email: POST /emails",
|
|
14
|
-
" Body: { from: \"you@yourdomain.com\", to: [\"recipient@example.com\"], subject: \"...\", html: \"<p>Hello</p>\" }",
|
|
15
|
-
" Response: { id: \"email-id\" }",
|
|
16
|
-
"Get email: GET /emails/{id}",
|
|
17
|
-
" Response: { id, from, to, subject, created_at, last_event }",
|
|
18
|
-
"IMPORTANT: 'from' must use a verified domain. Use 'onboarding@resend.dev' for testing.",
|
|
19
|
-
"Free tier: 100 emails/day, 3,000 emails/month."
|
|
20
|
-
],
|
|
21
|
-
"onboarding": {
|
|
22
|
-
"url": "https://resend.com/signup",
|
|
23
|
-
"steps": [
|
|
24
|
-
"Create an account at resend.com",
|
|
25
|
-
"Go to API Keys in the dashboard",
|
|
26
|
-
"Create a new API key and copy it"
|
|
27
|
-
]
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "rss2json",
|
|
3
|
-
"name": "RSS/Atom Feed",
|
|
4
|
-
"category": "News",
|
|
5
|
-
"description": "Convert any RSS or Atom feed into JSON. Fetch and parse blog posts, podcasts, and news feeds from any source.",
|
|
6
|
-
"baseUrl": "https://api.rss2json.com",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "api_key",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Parse feed: GET /v1/api.json?rss_url={encoded_feed_url}",
|
|
14
|
-
"Response: { status: \"ok\", feed: { title, link, description }, items: [{ title, link, pubDate, description, content, thumbnail }] }",
|
|
15
|
-
"The rss_url param must be URL-encoded.",
|
|
16
|
-
"Free tier: 10,000 requests/day, up to 10 items per feed.",
|
|
17
|
-
"Paid plans return more items and support count, order_by, order_dir params."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://rss2json.com/",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create a free account at rss2json.com",
|
|
23
|
-
"Your API key is shown on the dashboard after sign-up",
|
|
24
|
-
"Copy the API key"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "sendgrid",
|
|
3
|
-
"name": "SendGrid",
|
|
4
|
-
"category": "Communication",
|
|
5
|
-
"description": "Email delivery service. Send transactional and marketing emails at scale via API.",
|
|
6
|
-
"baseUrl": "https://api.sendgrid.com",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Send email: POST /v3/mail/send",
|
|
14
|
-
" Body: { personalizations: [{ to: [{ email }] }], from: { email }, subject: \"...\", content: [{ type: \"text/plain\", value: \"...\" }] }",
|
|
15
|
-
" Returns 202 Accepted (no body) on success.",
|
|
16
|
-
"List templates: GET /v3/templates?generations=dynamic",
|
|
17
|
-
"Free tier: 100 emails/day."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://signup.sendgrid.com/",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create an account at sendgrid.com",
|
|
23
|
-
"Go to Settings > API Keys",
|
|
24
|
-
"Create a new API key with appropriate permissions and copy it"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "spoonacular",
|
|
3
|
-
"name": "Spoonacular",
|
|
4
|
-
"category": "Food",
|
|
5
|
-
"description": "Food and recipe API. Search recipes, get nutritional data, meal planning, and ingredient information.",
|
|
6
|
-
"baseUrl": "https://api.spoonacular.com",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "x-api-key",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search recipes: GET /recipes/complexSearch?query={term}&number=10",
|
|
14
|
-
"Get recipe: GET /recipes/{id}/information",
|
|
15
|
-
"Random recipes: GET /recipes/random?number=5",
|
|
16
|
-
"Nutritional info: GET /recipes/{id}/nutritionWidget.json",
|
|
17
|
-
"Response (search): { results: [{ id, title, image }], totalResults }",
|
|
18
|
-
"Free tier: 150 requests/day."
|
|
19
|
-
],
|
|
20
|
-
"onboarding": {
|
|
21
|
-
"url": "https://spoonacular.com/food-api/console#Dashboard",
|
|
22
|
-
"steps": [
|
|
23
|
-
"Create an account at spoonacular.com/food-api",
|
|
24
|
-
"Go to your Dashboard / Profile",
|
|
25
|
-
"Copy your API key"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "stability-ai",
|
|
3
|
-
"name": "Stability AI",
|
|
4
|
-
"category": "Image",
|
|
5
|
-
"description": "AI image generation powered by Stable Diffusion. Create images from text prompts.",
|
|
6
|
-
"baseUrl": "https://api.stability.ai",
|
|
7
|
-
"authStrategy": "bearer",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "API Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Text-to-image: POST /v1/generation/stable-diffusion-xl-1024-v1-0/text-to-image",
|
|
14
|
-
" Request headers: Content-Type: application/json, Accept: application/json",
|
|
15
|
-
" Request body: { text_prompts: [{ text: string, weight: 1 }], cfg_scale: 7, steps: 30, width: 1024, height: 1024 }",
|
|
16
|
-
" Response: { artifacts: [{ base64: string, finishReason: string }] }",
|
|
17
|
-
" Display with: <img src=\"data:image/png;base64,{base64}\">"
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://platform.stability.ai/",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create an account at platform.stability.ai",
|
|
23
|
-
"Go to Account > API Keys",
|
|
24
|
-
"Create and copy your API key"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "twilio",
|
|
3
|
-
"name": "Twilio",
|
|
4
|
-
"category": "Communication",
|
|
5
|
-
"description": "SMS, voice, and messaging APIs. Send text messages, make calls, and build communication workflows.",
|
|
6
|
-
"baseUrl": "https://api.twilio.com",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Auth Token (Base64 SID:Token)", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Send SMS: POST /2010-04-01/Accounts/{AccountSid}/Messages.json",
|
|
14
|
-
" Body (form-encoded): To=+1234567890&From=+0987654321&Body=Hello",
|
|
15
|
-
" IMPORTANT: Twilio uses Basic auth. Save your key as 'Basic base64(AccountSID:AuthToken)'.",
|
|
16
|
-
" Content-Type must be application/x-www-form-urlencoded for SMS.",
|
|
17
|
-
"List messages: GET /2010-04-01/Accounts/{AccountSid}/Messages.json",
|
|
18
|
-
"Free trial: requires verified phone numbers."
|
|
19
|
-
],
|
|
20
|
-
"onboarding": {
|
|
21
|
-
"url": "https://www.twilio.com/try-twilio",
|
|
22
|
-
"steps": [
|
|
23
|
-
"Create a Twilio account at twilio.com/try-twilio",
|
|
24
|
-
"Find your Account SID and Auth Token on the Console dashboard",
|
|
25
|
-
"Base64-encode 'AccountSID:AuthToken' and paste as your key"
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "unsplash",
|
|
3
|
-
"name": "Unsplash",
|
|
4
|
-
"category": "Image",
|
|
5
|
-
"description": "Access a vast library of free high-resolution photos. Search, browse, and download professional photography.",
|
|
6
|
-
"baseUrl": "https://api.unsplash.com",
|
|
7
|
-
"authStrategy": "header",
|
|
8
|
-
"authKey": "Authorization",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "Access Key", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Search photos: GET /search/photos?query={term}&per_page=10",
|
|
14
|
-
"Random photo: GET /photos/random?query={term}",
|
|
15
|
-
"Response: { results: [{ urls: { regular, small, thumb }, description, user: { name } }] }",
|
|
16
|
-
"IMPORTANT: Save your key as 'Client-ID YOUR_ACCESS_KEY' (the proxy sends raw header value).",
|
|
17
|
-
"Free tier: 50 requests/hour."
|
|
18
|
-
],
|
|
19
|
-
"onboarding": {
|
|
20
|
-
"url": "https://unsplash.com/developers",
|
|
21
|
-
"steps": [
|
|
22
|
-
"Create a developer account at unsplash.com/developers",
|
|
23
|
-
"Register a new application",
|
|
24
|
-
"Copy your Access Key from the app settings"
|
|
25
|
-
]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "wolfram-alpha",
|
|
3
|
-
"name": "Wolfram Alpha",
|
|
4
|
-
"category": "Science",
|
|
5
|
-
"description": "Computational intelligence engine. Get answers to factual queries, math, science, and data analysis.",
|
|
6
|
-
"baseUrl": "https://api.wolframalpha.com",
|
|
7
|
-
"authStrategy": "query",
|
|
8
|
-
"authKey": "appid",
|
|
9
|
-
"fields": [
|
|
10
|
-
{ "name": "apiKey", "label": "App ID", "type": "password" }
|
|
11
|
-
],
|
|
12
|
-
"hints": [
|
|
13
|
-
"Short answer: GET /v1/result?i={query} — returns plain text",
|
|
14
|
-
"Full results: GET /v2/query?input={query}&output=json",
|
|
15
|
-
"Response (v2): { queryresult: { pods: [{ title, subpods: [{ plaintext, img: { src } }] }] } }",
|
|
16
|
-
"Free tier: 2,000 queries/month."
|
|
17
|
-
],
|
|
18
|
-
"onboarding": {
|
|
19
|
-
"url": "https://developer.wolframalpha.com/portal/myapps/",
|
|
20
|
-
"steps": [
|
|
21
|
-
"Create a Wolfram ID at developer.wolframalpha.com",
|
|
22
|
-
"Go to My Apps and create a new app",
|
|
23
|
-
"Copy the AppID from your app settings"
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
}
|