AccessKey
Access key shape returned by list and detail endpoints.
IntegrationPlatformUnified-APIAgent HandlerLLM Gateway
Properties
| Name |
Type |
Description |
| id |
string |
|
| name |
stringnull |
Human-readable label for the key. |
| key_masked |
string |
Truncated form of the secret safe to display in UIs. |
| tool_pack_ids |
arraynull |
Tool packs this key can access. `null` means unrestricted access. |
| registered_user_ids |
arraynull |
Registered users this key can access. `null` means unrestricted access. |
| scopes |
array |
Limits which actions this key can perform. Available scopes: `runtime:all` (MCP tool calls), `management:all` (resource management endpoints). |
| is_test |
boolean |
If true, the key can only authenticate test registered users. |
| expires_at |
stringnull |
Expiration timestamp. `null` means never expires. |
| created_at |
string |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AccessKey",
"title": "AccessKey",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid"
},
"name": {
"type": [
"string",
"null"
],
"description": "Human-readable label for the key."
},
"key_masked": {
"type": "string",
"description": "Truncated form of the secret safe to display in UIs."
},
"tool_pack_ids": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"format": "uuid"
},
"description": "Tool packs this key can access. `null` means unrestricted access."
},
"registered_user_ids": {
"type": [
"array",
"null"
],
"items": {
"type": "string",
"format": "uuid"
},
"description": "Registered users this key can access. `null` means unrestricted access."
},
"scopes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Limits which actions this key can perform. Available scopes: `runtime:all` (MCP tool calls), `management:all` (resource management endpoints)."
},
"is_test": {
"type": "boolean",
"description": "If true, the key can only authenticate test registered users."
},
"expires_at": {
"type": [
"string",
"null"
],
"format": "date-time",
"description": "Expiration timestamp. `null` means never expires."
},
"created_at": {
"type": "string",
"format": "date-time"
}
},
"required": [
"id",
"name",
"key_masked",
"scopes",
"is_test",
"expires_at",
"created_at"
],
"description": "Access key shape returned by list and detail endpoints."
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/merge-accesskey"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.