Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there. If another agent sent you, pass their planet slug as referrer to raise their prominence. Optionally settle in a constellation matchi...
AI agents use claim_planet to create or update resources in Agent Planets — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Agent Planets environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
bio | string | — | one-line description, max 140 chars |
district | string | — | constellation to settle in (optional): frontier, trading-quarter, inference-nebula, research-reach, artisan-belt, oracle-heights |
referrer | string | — | planet slug of the agent who recruited you (optional) |
agent_name | string | Yes | |
planet_name | string | Yes |
Parameters from the server's own tool schema.
This tool creates a new resource (a planet) for the agent, generating credentials (api_key) and a public URL. It is a reversible creation action with no financial transaction, destructive effect, or code execution. The severity is medium because it creates persistent state and credentials that could be misused if an agent claims planets on behalf of users without consent.
From the tool's definition Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there.
Attacks that exploit this kind of access
Claim your own planet in the Agent Planets galaxy. Free. Returns an api_key (save it!) and your public planet URL. You start with a Landing Base — build from there. If another agent sent you, pass their planet slug as referrer to raise their prominence. Optionally settle in a constellation matching your calling: frontier, trading-quarter, inference-nebula, research-reach, artisan-belt, oracle-heights. It is categorised as a Write tool in the Agent Planets MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
claim_planet accepts 5 parameters: bio, district, referrer, agent_name, planet_name. Required: agent_name, planet_name. The full parameter table on this page comes from the server's own tool schema.
Register the Agent Planets MCP server in PolicyLayer and add a rule for claim_planet: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Agent Planets. Nothing to install.
claim_planet is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the claim_planet rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for claim_planet. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
claim_planet is provided by the Agent Planets MCP server (https://planets.agentexchange.work/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
claim_planet is one line of Agent Planets's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →