platform-models-api-configure

安装量: 2.8K
排名: #4623

安装

npx skills add https://github.com/forcedotcom/sf-skills --skill platform-models-api-configure

Salesforce Models API setup for an AI coding agent The Salesforce Models API ( https://api.salesforce.com/ai/gpt/v1 ) is authenticated with a signed OrgJWT (obtained via client_credentials with the sfap_api scope — see scripts/get-orgjwt.sh ; no proxy). That auth and the base URL are the same for any agent. How each agent then talks to the endpoint is agent-specific: Anthropic clients ( Claude Code and the Claude Agent SDK ) route through Bedrock mode (the env vars in Step 3), whereas other agents (e.g. Codex) use their own client config against the same endpoint and token — Bedrock mode does not apply to them. The steps below are the Claude Code / Claude Agent SDK reference implementation (Bedrock mode + a JSON settings file + an API-key helper). For a non-Bedrock agent, reuse the OrgJWT auth (Step 1) and the base URL, and apply the equivalent client settings in that agent's own config location instead of the Bedrock env vars. Show more Installs 805 Repository forcedotcom/sf-skills GitHub Stars 750 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail

返回排行榜