# Jentic Documentation > Documentation for Jentic, open-source infrastructure that lets AI agents discover and use APIs safely. Covers the remote MCP server, the Python SDK (pip install jentic), the Arazzo Runner CLI for multi-step API workflows, credential setup, API AI-Readiness scoring tools to evaluate OpenAPI documents for agent-readiness, and reference docs for the open-source components. > To use Jentic an agent needs an API key (sign up at https://app.jentic.com/sign-up, env var JENTIC_AGENT_API_KEY, format ak_*). The fastest paths are the remote MCP server at https://docs.jentic.com/guides/mcp/remote-mcp/ or the Python SDK. For API AI-Readiness scoring a separate key is required (sign up at https://app.jentic.com/scorecard?tab=api-keys, env var JENTIC_API_KEY, free tier: 100 scorings/month); OAK URLs from the Jentic Public APIs repository score without any key. ## Getting started - [Quickstart](https://docs.jentic.com/getting-started/quickstart/): pip install jentic, async search/load/execute pattern, first API call in minutes. - [API search](https://docs.jentic.com/getting-started/api-search/): how agents search the Jentic API Directory for the API they need. - [API AI-Readiness Scoring](https://docs.jentic.com/getting-started/api-scoring/): score OpenAPI documents for agent-readiness via CLI, GitHub Action, agent skill, or web UI. - [Arazzo Runner](https://docs.jentic.com/getting-started/arazzo-runner/): get started executing Arazzo workflow specifications. - [Standard Agent](https://docs.jentic.com/getting-started/standard-agent/): get started with the composable Python agent library. ## Connect via MCP - [Remote MCP server](https://docs.jentic.com/guides/mcp/remote-mcp/): connect any MCP client to https://docs.jentic.com/guides/mcp/remote-mcp/. OAuth 2.0 PKCE or Bearer ak_* key. - [Claude Desktop](https://docs.jentic.com/guides/mcp/claude-desktop-remote/): add Jentic to Claude Desktop. - [ChatGPT](https://docs.jentic.com/guides/mcp/chatgpt/): add Jentic to ChatGPT. - [Cursor](https://docs.jentic.com/guides/mcp/cursor-remote/): add Jentic to Cursor. - [Windsurf](https://docs.jentic.com/guides/mcp/windsurf-remote/): add Jentic to Windsurf. ## Credentials - [Get your API key](https://docs.jentic.com/guides/credentials/get-your-api-key/): create and configure your Jentic agent API key. - [Google APIs](https://docs.jentic.com/guides/credentials/google-apis-guide/): set up credentials for Google APIs. - [Jira](https://docs.jentic.com/guides/credentials/jira-guide/): set up credentials for Jira. ## Guides - [Create agent workflows](https://docs.jentic.com/guides/create-agent-workflows/): build multi-step API workflows for agents. - [Add an API integration](https://docs.jentic.com/guides/add-api-integration/): add a new API to your agent's reach. - [OpenClaw](https://docs.jentic.com/guides/openclaw/): use Jentic with OpenClaw. ## CLI - [CLI overview](https://docs.jentic.com/cli/): the Jentic command-line tools. - [Arazzo Runner CLI](https://docs.jentic.com/cli/arazzo-runner/): execute Arazzo workflows from the command line. - [API Scorecard CLI](https://docs.jentic.com/cli/api-scorecard/): score OpenAPI documents via npx; all commands, flags, output formats, and exit codes. - [API Scorecard Agent Skill](https://docs.jentic.com/cli/api-scorecard-skill/): install the scoring skill into Claude Code, Vercel skills CLI, or TanStack Intent. - [API Scorecard GitHub Action](https://docs.jentic.com/cli/api-scorecard-action/): CI integration with build gating, SARIF upload, and HTML artifact. - [API Scorecard Enterprise Readiness](https://docs.jentic.com/cli/api-scorecard-enterprise/): data privacy, supply chain security, and reproducibility guarantees. ## Reference - [Python SDK](https://docs.jentic.com/reference/sdks/python/): full SDK reference. Async pattern: from jentic import Jentic, SearchRequest, LoadRequest, ExecutionRequest. - [Public APIs overview](https://docs.jentic.com/reference/public-apis/overview/): structure of the Jentic API Directory repository. - [OAK structure](https://docs.jentic.com/reference/public-apis/oak-structure/): how the Open Agentic Knowledge repository is organised. - [Arazzo Engine overview](https://docs.jentic.com/reference/arazzo-engine/overview/): runner and generator for Arazzo workflow specs. - [Standard Agent overview](https://docs.jentic.com/reference/standard-agent/overview/): architecture of the composable agent library. - [AI-Readiness Framework overview](https://docs.jentic.com/reference/api-readiness-framework/overview/): the open methodology for scoring how AI-ready an API is. - [AI-Readiness Framework specification](https://docs.jentic.com/reference/api-readiness-framework/specification/): the full JAIRF scoring specification. - [Scoring Engine Implementation Status](https://docs.jentic.com/reference/api-readiness-framework/scoring-engine-status/): which JAIRF signals are active in the current release. - [jentic/jentic-api-scorecard](https://github.com/jentic/jentic-api-scorecard): source repository for the API Scorecard CLI, GitHub Action, and agent skill. ## Community - [FAQ](https://docs.jentic.com/community/faq/): common questions. - [Contributing](https://docs.jentic.com/community/contributing/): how to contribute APIs, workflows, and fixes. - [Support](https://docs.jentic.com/community/support/): where to get help. - [Contact](https://docs.jentic.com/community/contact-us/): reach the Jentic team. ## Optional - [Concepts: business agents](https://docs.jentic.com/concepts/business-agents/): how organisations use agents with APIs. - [Public APIs feedback files](https://docs.jentic.com/reference/public-apis/feedback-files/): structured feedback on spec quality. - [Arazzo Engine architecture](https://docs.jentic.com/reference/arazzo-engine/architecture/): deeper Arazzo Engine internals. - [Arazzo Engine components](https://docs.jentic.com/reference/arazzo-engine/components/): deeper Arazzo Engine internals. - [Arazzo Engine development](https://docs.jentic.com/reference/arazzo-engine/development/): deeper Arazzo Engine internals. - [Standard Agent architecture](https://docs.jentic.com/reference/standard-agent/architecture/): deeper Standard Agent internals. - [Standard Agent runtime objects](https://docs.jentic.com/reference/standard-agent/runtime-objects/): deeper Standard Agent internals. - [Standard Agent configuration](https://docs.jentic.com/reference/standard-agent/configuration/): deeper Standard Agent internals. - [Standard Agent examples](https://docs.jentic.com/reference/standard-agent/examples/): deeper Standard Agent internals. - [Standard Agent extending](https://docs.jentic.com/reference/standard-agent/extending/): deeper Standard Agent internals.