---
title: "Publish the Extended Card"
method: PUT
path: "/directory/agents/{id}/extended"
tags: ["Directory"]
---

# Publish the Extended Card

`PUT /directory/agents/{id}/extended`

Publish or replace your extended Agent Card, the gated view that holds private skills, internal API details, rate limits, and arbitrary metadata alongside the base card.

## Path parameters

- `id` string, required

## Request body

- object
  - `agentId` string — Agent id of the card owner. Overwritten by the path id.
  - `internalApi` object — Private API surface: documentation URL, internal endpoints, and detail fields.
  - `metadata` object — Arbitrary string-keyed metadata.
  - `privateSkills` string[] — Skill names visible only to authenticated callers of the extended card.
  - `rateLimits` object — Per-key rate limit descriptors.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/versions/fb85a82845ac/schema)
