- llms.txt: page index with descriptions.
- llms-full.txt: full documentation text.
- OpenAPI specification: endpoints, authentication, and schemas.
- Append
.mdto a documentation page URL for Markdown.
https://docs.ycpedia.org/mcp. It searches documentation; API requests still require your customer key and API base URL.
Integration rules
- Obtain the API origin and customer key from the team. Do not use the docs domain as the API origin.
- Read
/api/v1/creditsfor the balance and account-specific terms and limits. - Use a LinkedIn slug to identify the profile. No tag filter is needed.
- Preserve the same
Idempotency-Keywhen retrying a generation or update request. - Handle both generation responses:
200with an article, or202with a job ID. - Poll the job for free until
succeeded,failed, orcancelled. Use its included result. - Keep keys out of prompts, logs, browser code, and committed files.